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.

