[plt-scheme] module access from test cases file

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Jan 15 05:07:30 EST 2009

See require/expose in SchemeUnit.  Or just provide all the definitions
you want.  People will only program to the documented API so really it
isn't worth worrying about.

N.

On Thu, Jan 15, 2009 at 8:56 AM, Sigrid Keydana <keydana at gmx.de> wrote:
> Hi,
>
> I would like to keep my test cases in a file separate from the main
> application, but this seems to mean I have to export all tested
> functions from the module (with provide), which I don't need/want to
> otherwise.
>
...


Posted on the users mailing list.