[racket-users] How to make rackunit show tests succeeded?

2015-12-16 Thread David K. Storrs
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

Re: [racket-users] How to make rackunit show tests succeeded?

2015-12-16 Thread Neil Van Dyke
David K. Storrs wrote on 12/16/2015 06:50 PM: I'm just getting started with rackunit, and I was very surprised when I found that it simply emits nothing if a test succeeds. The Overeasy package does this, using the Racket logger. Add "info@overeasy" to your logging selector, such as in the