
9 Sep
2008
9 Sep
'08
1:05 p.m.
2008/9/9 Conal Elliott
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