rackunit/rackunit-test
Robby Findler 86a91d675d make the top-level checks look more like how they look
when using text-ui

Or, in other words, try to make these two print similarly:

  #lang racket
  (require rackunit rackunit/text-ui)
  (check-equal? 1 2)
  (run-tests (test-suite "name" (check-equal? 1 2)))
2016-12-23 08:38:51 -06:00
..
tests/rackunit make the top-level checks look more like how they look 2016-12-23 08:38:51 -06:00
info.rkt Remove extra directories. 2014-12-01 20:42:38 -05:00