[plt-scheme] Testing whole module

From: Paulo J. Matos (pocm at soton.ac.uk)
Date: Mon Aug 6 15:38:20 EDT 2007

On 06/08/07, Will M Farr <farr at mit.edu> wrote:
> > 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 ...))
>

Are you sure that exists? I searched for require/expose, expose and
found nothing. And I also get:
expand: unbound variable in module in: require/expose

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


-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK


Posted on the users mailing list.