I recommend using "raco test" to run your code. It will cooperate with rackunit and print out the number of successful tests.
Jay On Wed, Dec 16, 2015 at 6:50 PM, David K. Storrs <[email protected]> wrote: > Hi folks, > > I'm just getting started with rackunit, and I was very surprised when I found > that it simply emits nothing if a test succeeds. Every other testing > framework I've used before will print "ok" (or etc) on a successful test, so > that you can differentiate between "the test succeeded" and "the test wasn't > run." > > check-equal? returns <void> so I can't just wrap it in another function that > prints "ok" on success. Is there a way to tell rackunit that I want to see > successes? > > Dave > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Jay McCarthy Associate Professor PLT @ CS @ UMass Lowell http://jeapostrophe.github.io "Wherefore, be not weary in well-doing, for ye are laying the foundation of a great work. And out of small things proceedeth that which is great." - D&C 64:33 -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

