![]() |
Subject: ANNOUNCE: testrunner-0.9 Newsgroups: gmane.comp.lang.haskell.general Date: Monday 8th June 2009 10:24:23 UTC (over 8 years ago) 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) |
||