[plt-scheme] Test boxes?
Matthias Felleisen
matthias at ccs.neu.edu
Thu Sep 6 08:42:22 EDT 2007
On Sep 6, 2007, at 8:37 AM, Matt Jadud wrote:
> Hi all,
>
> Did test boxes go away at some point? What is the approved way of
> introducing testing in HtDP now? (And again, is there an edu list
> where these should go? I'm no longer on it, if there is.)
Test boxes went away with this round of releases. DrScheme converts
old files automatically to the new format now.
The suggested way of introducing testing is with the testing.ss
teachpack: see Help Desk. You write down expressions such as
(check-expect (+ 1 1) 2)
(generate-report)
and click RUN. Take a look. -- Matthias
More information about the plt-scheme
mailing list