[Haskell] ANN: test-framework 0.3.0
Max Bolingbroke
batterseapower at hotmail.com
Fri May 7 13:49:09 EDT 2010
I'm pleased to announce the release of version 0.3 of test-framework
(http://hackage.haskell.org/package/test-framework-0.3.0).
This package provides a nice test runner for HUnit, QuickCheck 1 and
QuickCheck 2 tests. To see a detailed example of the runner in action,
please check out our website at
http://batterseapower.github.com/test-framework
The highlights of this release are:
* Thanks to the contributions of Rogan Creswick at Galois, you can
now get JUnit XML output from the test runner using the
--jxml=FILENAME option
* There is a new command line option (--plain), which tells the test
runner to avoid using any ANSI features - this can be handy if you are
(for example) viewing test output in Emacs
Cheers,
Max
More information about the Haskell
mailing list