[CM] scheme unit testing framework?

Iain Duncan iainduncanlists at gmail.com
Mon Jul 19 19:01:45 PDT 2021


Hi Gregg, I know there exists one for Racket (RackUnit), which might not be
hard to adapt.

However, it is honestly probably just as easy to roll your own. S7's
support for environments makes it very easy to set up the context for a
call and assert. Check out with-let and let-ref in the s7.html page, and
the stuff on environments as an optional 3rd arg to eval.

hth
iain

On Mon, Jul 19, 2021 at 6:37 PM Gregg Reynolds <dev at mobileink.com> wrote:

> Any recommendations for a unit testing framework that works with s7?  I'm
> rapidly getting to the point where testing at the REPL is inadequate.
>
> Thanks,
>
> Gregg
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20210719/66ab6cb3/attachment.html>


More information about the Cmdist mailing list