[plt-scheme] testing a module
At Wed, 30 Mar 2005 23:21:34 +0200, Jens Axel Søgaard wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Robby Findler wrote:
> > Typically, I just put an unexported function at the bottom of the
> > module and then call it from the REPL, after executing the module.
>
> (In the module language)
In addition to saying that, I should also have said that this works for
just simple things. After that you want to look into a testing
framework, like SchemeUnit.
Robby