
22 Oct
2010
22 Oct
'10
7:12 a.m.
On 22 October 2010 08:38, Peter Schmitz
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.