About

Metadata

  • Last updated , by emc2
  • License BSD-3-Clause
  • Categories Testing
  • Maintained by: Eric McCorkle <emc2@metricspace.net>

  • Lottery factor: 0

Links

Installation

Readme

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.