test-framework

Framework for running and organising tests, with HUnit and QuickCheck support

https://batterseapower.github.io/test-framework/

Version on this page:0.8.1.1@rev:2
LTS Haskell 22.13:0.8.2.0@rev:11
Stackage Nightly 2024-03-14:0.8.2.0@rev:11
Latest on Hackage:0.8.2.0@rev:11

See all snapshots test-framework appears in

BSD-3-Clause licensed by Max Bolingbroke
Maintained by Libraries List
This version can be pinned in stack with:test-framework-0.8.1.1@sha256:3e3101b9aab6788ba62a5984d326df68652021ba740cbe6cef4375fe1d80e1d6,5205

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.