Description
Provides a framework for running and organizing Haskell tests, with support for HUnit and QuickCheck. It helps projects collect different test styles under one runner.
It is useful for older or existing Haskell test suites built around test-framework. New projects may choose newer frameworks, but this remains useful for compatibility and maintenance.