@hackage test-framework0.4.2.2
Framework for running and organising tests, with HUnit and QuickCheck support
Categories
License
BSD-3-Clause
Maintainer
Max Bolingbroke <batterseapower@hotmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (11)
- ansi-terminal >=0.4.0
- ansi-wl-pprint >=0.5.1
- base <3
- containers >=0.1
- extensible-exceptions >=0.1.1
- hostname >=1.0 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
Allows tests such as 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.