HUnit-Plus

A test framework building on HUnit.

https://github.com/emc2/HUnit-Plus

Latest on Hackage:2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Eric McCorkle
Maintained by Eric McCorkle

HUnit-Plus is a testing framework for Haskell that builds on the HUnit test framework. HUnit-Plus provides functions and operators for creating assertions and tests similar to those provided by the HUnit framework. Unlike HUnit, HUnit-Plus uses the same data structures as cabal's Distribution.TestSuite framework, allowing full compatibility with cabal's testing facilities.

HUnit-Plus also provides expanded reporting capabilities, including the ability to generate JUnit-style XML reports, along with a very flexible mechanism for selecting which tests to be executed. Lastly, HUnit-Plus provides a wrapper which generates standalone test-execution programs from a set of test suites.