[Haskell-cafe] packages and QuickCheck
Dougal Stanton
dougal at dougalstanton.net
Tue Sep 9 09:05:55 EDT 2008
2008/9/9 Conal Elliott <conal at conal.net>:
> How do folks like to package up QuickCheck tests for their libraries? In
> the main library? As a separate repo & package? Same repo & separate
> package? Keeping tests with the tested code allows testing of non-exported
> functionality, but can add quite a lot of clutter.
If they're in a separate package it's less easy to wire quickcheck
tests into the commit procedure.
Cheers,
D
More information about the Haskell-Cafe
mailing list