[Haskell-cafe] packages and QuickCheck
Conal Elliott
conal at conal.net
Tue Sep 9 08:00:09 EDT 2008
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.
My current leaning is to split a package "foo" into packages "foo" and
"foo-test", but first I'd like to hear about others' experiences, insights,
and preferences.
Thanks, - Conal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080909/8f25b248/attachment.htm
More information about the Haskell-Cafe
mailing list