alcotest
Author | Thomas Gazagnaire | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | ISC | |||||||||||||||||||||||||
Homepage | https://github.com/mirage/alcotest/ | |||||||||||||||||||||||||
Issue Tracker | https://github.com/mirage/alcotest/issues/ | |||||||||||||||||||||||||
Maintainer | thomas@gazagnaire.org | |||||||||||||||||||||||||
Dependencies |
| |||||||||||||||||||||||||
Available | ocaml-version >= "4.02.3" | |||||||||||||||||||||||||
Published | Mar 25, 2018 | |||||||||||||||||||||||||
Source [http] | https://github.com/mirage/alcotest/releases/download/0.8.3/alcotest-0.8.3.tbz 597e6bb271bd42062f95aa67afdb9185 | |||||||||||||||||||||||||
Statistics | Installed 504 times last month. | |||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/alcotest/alcotest.0.8.3/opam |
Alcotest is a lightweight and colourful test framework.
Alcotest exposes simple interface to perform unit tests. It exposes a simple TESTABLE module type, a check function to assert test predicates and a run function to perform a list of unit -> 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.