alcotest.0.5.0 - via opam-publish #6843
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Alcotest is a lightweight and colourful test framework.
Alcotest exposes simple interface to perform unit tests. It exposes
a simple
TESTABLE
module type, acheck
function to assert testpredicates and a
run
function to perform a list ofunit -> unit
test callbacks.
Alcotest provides a quiet and colorful output where only faulty runs
are fully displayed at the end of the run (with the full logs ready to
inspect), with a simple (yet expressive) query language to select the
tests to run.
0.5.0 (2016-06-27)
topkg
(Sorry it was not an issue #68, @samoht)Alcotest.reject
to always fail tests (tyxml, ocsigenserver and eliom are incompatible with OCaml 4.00.0 #64, @talex5)Alcotest.list
(new calender for ocaml4 #53, Added package for ImageMagick, fix #44 #65, @talex5)argv
optional argument torun
to use custom command-line arguments(+cohttp 0.9.2 #63, @dinosaure saure)
Astring
for the unit tests (create a compiler switch for jocaml #62, @hannesm)Pull-request generated by opam-publish v0.3.2