BSD-3-Clause licensed by Max Bolingbroke
Maintained by Andreas Abel
This version can be pinned in stack with:test-framework-0.8.2.1@sha256:22d8299e7540884bef4f337e342a73994ffd11ee5720794eb38555bac609b846,7364

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.1

2025-02-26, Andreas Abel

  • Support random-1.3 and other latest dependencies
  • Drop support for GHC 7
  • Drop support for dependency versions that predate Stackage LTS 9.21
  • Tested building with GHC 8.0 - 9.12.1

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