@hackage testrunner0.9.1

Easy unit test driver framework

  • Categories

  • License

    LicenseRef-GPL

  • Maintainer

    Reinier Lamers <tux_rocker@reinier.de>

  • Versions

    • 0.9.1 Sun, 23 Jan 2011
    • 0.9 Mon, 8 Jun 2009

= testrunner =

== Description ==

testrunner is a framework to run unit tests. It has the following distinguishing features:

  • It can run unit tests in parallel.

  • It can run QuickCheck and HUnit tests as well as simple boolean expressions.

  • It comes with a ready-made main function for your unit test executable.

  • This main function recognizes command-line arguments to select tests by name and replay QuickCheck tests.

== How to install ==

Configure the package with 'runghc Setup.hs configure --user' Build it with 'runghc Setup.hs build' Then copy the built library with 'runghc Setup.hs install'

== How to use ==

See the file using-testrunner.html