[plt-dev] unit testing in TS
I didn't know about test-engine/scheme-tests, I was using schemeunit with #lang typed-scheme/no-check...
Would anyone know if a typed version of schemeunit is under development (otherwise, I'd consider moving to test-engine for now)?
Ciao,
Sigrid
Am 01.05.2010 um 18:01 schrieb plt-dev-request at list.cs.brown.edu:
> At Sat, 1 May 2010 10:15:13 -0400,
> Matthias Felleisen wrote:
>> I could have sworn some form of unit testing used to work in Typed
>> Scheme. What gives?
>
> (require typed/test-engine/scheme-tests)
> works for me. I didn't try schemeunit, though.
>
> Vincent