test-framework

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

http://haskell.github.io/test-framework/

Version on this page:0.8.2.0
LTS Haskell 22.14:0.8.2.0@rev:11
Stackage Nightly 2024-03-28: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.2.0@sha256:537a25b7d1320a059bc5ec4c084949b04ab35d7ea6b1c2260d901e6b43c02f07,6245

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.

Changes

0.8.2.0

  • Add Semigroup instances
  • Avoid orphan-instance clashing by using base-orphans’s orphan Functor instances base < 4.7
  • Make -Wall clean

0.8.1.1

  • Fix a build warning that happens to be a fatal error with GHC 7.4 when using ansi-wl-pprint < 0.6.6

0.8.1.0

  • Add Applicative instances
  • Add support for time-1.5.0