<div dir="ltr">How do folks like to package up QuickCheck tests for their libraries?&nbsp; In the main library?&nbsp; As a separate repo &amp; package?&nbsp; Same repo &amp; separate package?&nbsp; Keeping tests with the tested code allows testing of non-exported functionality, but can add quite a lot of clutter.<br>
<br>My current leaning is to split a package &quot;foo&quot; into packages &quot;foo&quot; and &quot;foo-test&quot;, but first I&#39;d like to hear about others&#39; experiences, insights, and preferences.<br><br>Thanks,&nbsp; - Conal<br>
</div>