[Haskell-cafe] Using QuickCheck to test against a database

Benjamin Edwards edwards.benj at gmail.com
Fri Dec 2 01:45:28 CET 2011


>> Secondly, the initDb action is sensitive to the order actions are
>> sequenced.
>
>
> Do you mean with respect to other initDb actions?
> Why is this? I thought you were using QuickCheck in order not to assume
things about the state of the DB and that the necessary state is prepared
solely by running the initDb action. Is this not the case then?
>

The initDb action is sensitive to the order in which *it* sequences things.
With fk constraints there is a dependecy tree which must be respected.

At least that's what I understood.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111202/4b55700f/attachment.htm>


More information about the Haskell-Cafe mailing list