[Haskell-beginners] HUnit or QuickCheck for test-driven developing a parser

Adam Cigánek adam.ciganek at gmail.com
Wed Jan 20 14:48:47 EST 2010


Hello there,

Let's say I'm writing a parser for a toy programming language, and I
want to do it following a test-driven development philosophy. Which
would be better testing tool for this task, HUnit or QuickCheck (or
perhaps something else)?

Cheers,
adam.


More information about the Beginners mailing list