Hi,<div><br></div><div>As a Ruby dev, I really like unit testing.  I&#39;ve been using RackUnit to suits my needs.  I was wondering, though, about how people go about writing their tests for Racket.  Many of the functions that I write will not be part of the public API that a want to share from a module.  I can test the side-effects of these functions in the tests for the public functions that depend on the private ones.  I find it, though, handy  to test the non-public functions on their own.  Is there a way to run unit test against these &#39;private functions&#39;, without making them public via a (provide)</div>
<div><br></div><div>Thanks,</div><div><div>--<br>Chad <br><br>
</div></div>