[plt-scheme] Exporting from an already-written module?
On Jan 13, Don Blaheta wrote:
> Quoth Robby Findler:
> > But may I ask why you want to do this?
>
> Scriptable testing of student code. I guess I should have asked for
> that more directly; surely someone has already done this. Basically
> I have my test cases in one file and I'd like to quickly run them on
> each student file, which may or may not itself also have test cases.
See also the reply I sent last evening describing how the sandbox
library can be used for such things. (Given that you already have a
bunch of files and only want to script checking them, the sandbox
library is what you really need, not the handin server.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!