[plt-scheme] Testing whole module

From: Will M Farr (farr at MIT.EDU)
Date: Mon Aug 6 13:09:07 EDT 2007

> access/test functions provided by foo.scm. I would like to test also
> functions _not_ provided by foo but which should be tested. What's the
> best approach for this?

I've never used it myself, but try searching for

(require/expose module (id ...))

in help-desk.  Supposedly, it lets you get additional identifiers out  
of a module even if they weren't provided by that module.

Will


Posted on the users mailing list.