[plt-scheme] tester-controller.ss & best way to do test cases

From: Neil W. Van Dyke (neil at neilvandyke.org)
Date: Thu Apr 8 16:20:59 EDT 2004

First, a bug report that I tried to file via the Help Desk Bug Report
Form, but seems to have hung with "Sending Bug Report" window
displayed and "Cancel" button disabled...

Somehow, a definition of "my-expand" has appeared in
"tester-controller.ss" outside of the "module" syntax:

    default-load-handler: expected only a `module' declaration for
    `tester-controller', but found an extra expression in:
    /usr/lib/plt/collects/tests/tester/private/tester-controller.ss

Second, what's the current official way for an add-on module developer
to encode and execute test cases?  Do we just follow the documentation
in "collects/tests/tester/doc.txt"?  Download SchemeUnit?  (The DrScheme
test boxes look student-oriented.)

-- 
                                             http://www.neilvandyke.org/


Posted on the users mailing list.