[Haskell-cafe] ANNOUNCE: tasty, a new testing framework

Roman Cheplyaka roma at ro-che.info
Mon Aug 5 20:48:39 CEST 2013


I am pleased to announce the first release of tasty, a new testing
framework for Haskell. It is meant to be a successor to test-framework
(which is unmaintained).

Tasty supports HUnit, SmallCheck, QuickCheck, and golden tests out of
the box (through the standard packages), but it is very extensible, so
you can write your own test providers.

Please see the home page for more information:
http://documentup.com/feuerbach/tasty

Roman




More information about the Haskell-Cafe mailing list