testrunner-0.9.1: Easy unit test driver framework

Test.Runner.Frontend

Description

Test.Runner.Frontend contains the code for the prefabricated unit test executable, like command-line argument parsing and handling.

Synopsis

Documentation

testRunnerMain :: [(String, TestRunnerTest)] -> IO ()Source

testRunnerMain is intended to be used as the main function of a unit test program. It takes as an argument the complete list of unit tests for a package.