[Haskell-cafe] Regression test utility suggestions?

Vo Minh Thu noteed at gmail.com
Thu Oct 21 18:01:57 EDT 2010


2010/10/21 Peter Schmitz <ps.haskell at gmail.com>:
> I am seeking suggestions for a regression test utility or framework
> to use while developing in Haskell (in a MS Windows environment).
> [snip]

Hi,

Have a look at HUnit and, e.g. test-framework.

http://hackage.haskell.org/package/HUnit
http://hackage.haskell.org/package/test-framework

You would have to write some code to read the input and expected
output from files.

Cheers,
Thu


More information about the Haskell-Cafe mailing list