[racket] rackunit positive feedback

From: Russell Adams (RLAdams at AdamsInfoServ.Com)
Date: Tue May 17 08:12:27 EDT 2011

On Mon, May 16, 2011 at 11:34:39PM -0600, Ryan Culpepper wrote:
> 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
>

I had tried run-tests with 'verbose, and define-test-suite. I really
just have a file full of checks currently, I didn't need the case or
suite functionality yet.

I'm using text-ui.

Thanks.

------------------------------------------------------------------
Russell Adams                            RLAdams at AdamsInfoServ.com

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


Posted on the users mailing list.