
21 Oct
2010
21 Oct
'10
6:01 p.m.
2010/10/21 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]
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