[racket] rackunit positive feedback

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue May 17 08:40:14 EDT 2011

On Tue, May 17, 2011 at 7:12 AM, Russell Adams
<RLAdams at adamsinfoserv.com> wrote:
> 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.


(not to be a pita, but maybe you do! :)

Robby


Posted on the users mailing list.