[Haskell-cafe] Storing failing testcases for QuickCheck

Sönke Hahn shahn at cs.tu-berlin.de
Sat Apr 23 14:02:55 CEST 2011


Hi!

I would like to have a library that would allow to use QuickCheck in the 
normal manner, but it would save test data for failing properties on the 
filesystem (maybe using the shiny new acid-state?). On consecutive test 
runs, the saved test data would be used first (before generating new 
arbitrary test data). I think, this would come in quite handy when doing 
test driven development.

Any comments on this? Does something like this already exist?

Cheers,
Sönke





More information about the Haskell-Cafe mailing list