[racket] rackunit positive feedback

From: Ryan Culpepper (ryanc at ccs.neu.edu)
Date: Tue May 17 01:34:39 EDT 2011

On 05/16/2011 09:38 PM, Russell Adams wrote:
> Folks,
>
> I'm incredibly pleased with rackunit, having just used it on a funky
> piece of parsing code, however I encountered a minor issue.
>
> For all the checks I'm doing, it'd be useful if the check's output an
> affirmative result, ie: "Test X: OK". That'd help separate my test
> output.
>
> I didn't see an immediately obvious way to accomplish this, having
> tried 'verbose and define-test-suite, which just enabled a summary.
>
> Suggestions?

Are you running tests with 'run-tests'? If so, I can add an option to 
print a message for each successful test case. Or you can use the 
rackunit gui ('test/gui'), which gives you a hierarchical view of all 
the tests.

Ryan


Posted on the users mailing list.