[racket-dev] wishes

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Fri May 6 11:44:09 EDT 2011

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


Posted on the dev mailing list.