[racket-dev] wishes
At Fri, 6 May 2011 11:22:48 -0400,
Matthias Felleisen wrote:
> 1. Python seems to provide the following unit testing functionality:
>
> if a file/module is run as 'main', the test suites are run;
> if it is required into some other file, the tests aren't run.
>
> It looks truly convenient. I believe we should be able to write a
> define-test-suite macro that can do that too.
Along these lines, a "raco test" command that runs the tests for a
file, without running the program itself, would be great.
Vincent