BSD-3-Clause licensed by Max Bolingbroke
Maintained by https://github.com/haskell/test-framework
This version can be pinned in stack with:test-framework-0.8.2.0@sha256:e63b8d29a9132a83c139f7373f74afe5e908760cf4a3ea33745c40e398080adc,6428

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