8 Jun
2009
8 Jun
'09
10:24 a.m.
Dear all, testrunner is a new 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. testrunner was conceived as a part of the darcs project. The home page is http://projects.haskell.org/testrunner/. testrunner can be downloaded from http://projects.haskell.org/testrunner/releases/testrunner-0.9.tar.gz, or with darcs with a "darcs get http://code.haskell.org/testrunner/". Regards, Reinier Lamers (tux_rocker)