[plt-scheme] Testing whole module

From: Will M Farr (farr at MIT.EDU)
Date: Mon Aug 6 15:46:46 EDT 2007

>> 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

The only thing I can think of is that you could be using SchemeUnit  
version 1 from planet.  Are you using

(require (planet "test.ss" ("schematics" "schemeunit.plt" 2)))

Will


Posted on the users mailing list.