@hackage test-framework0.1
Framework for running and organising tests, with HUnit and QuickCheck support
Installation
Dependencies (8)
- HUnit >=1.2 && <1.3
- QuickCheck >=1.1 && <2
- ansi-terminal >=0.2.1
- ansi-wl-pprint >=0.2
- base <3
- containers >=0.1 Show all…
Dependents (874)
@hackage/OpenSCAD, @hackage/perm, @hackage/Cabal, @hackage/unix-memory, @hackage/antfarm, @hackage/data-r-tree, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package
tests
(off by default)
Build the tests
example
(off by default)
Build the example testsuite
hunit
(on by default)
Enable HUnit integration: disabling this is not recommended, as it changes the package API
quickcheck
(on by default)
Enable QuickCheck integration: disabling this is not recommended, as it changes the package API
Allows QuickCheck properties and HUnit test cases to be assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output.