[Haskell-cafe] Storing failing testcases for QuickCheck

Roel van Dijk vandijk.roel at gmail.com
Sun Apr 24 10:05:50 CEST 2011


On 24 April 2011 01:49, wren ng thornton <wren at freegeek.org> wrote:
> I would *love* there to be a tool which (a) automatically saves failing
> QuickCheck values to disk, and (b) automates using HUnit to load those in
> and test them. I'm not so sure that QuickCheck should be doing the second
> step of that since that'd really mess with the QuickCheck infrastructure;
> once you have the code for reading from disk, it'd be trivial to just use
> HUnit.

Maybe this is a job for test-framework? I think the API's of
QuickCheck and HUnit expose enough information for this to be
possible.



More information about the Haskell-Cafe mailing list