[Haskell-cafe] Regression test utility suggestions?

Bernie Pope florbitous at gmail.com
Fri Oct 22 03:12:30 EDT 2010


On 22 October 2010 08:38, Peter Schmitz <ps.haskell at gmail.com> wrote:
> I am seeking suggestions for a regression test utility or framework
> to use while developing in Haskell (in a MS Windows environment).
> [snip]

For this kind of task I use shelltestrunner

   http://hackage.haskell.org/package/shelltestrunner

It can do recursive search through directories to find test cases,
which I find particularly handy.

Cheers,
Bernie.


More information about the Haskell-Cafe mailing list