Commit Graph

7 Commits

Author SHA1 Message Date
Robby Findler
19a87ffe13 adjust 86a91d675d to bring back the "expression:" field of
a failed test

or, in other words, make a top-level check-equal? more like a
check-equal? inside a test-suite that runs in verbose mode

(except that a top-level one limits the output to error-print-width
 characters, but the one inside a test-suite doesn't seem to do that)
2017-01-05 07:33:00 -06:00
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
Sam Tobin-Hochstadt
062ac9d3a4 Fix test when run without raco in path. 2015-12-30 15:57:56 -05:00
Jay McCarthy
a0d78ecadd run from anywhere 2015-12-22 06:37:07 -05:00
Jay McCarthy
eee52585ed Fixing 13 2015-12-21 09:04:29 -05:00
Jay McCarthy
bf0c4812cd adding test case 2015-08-17 11:42:17 -04:00
Sam Tobin-Hochstadt
7300f625d5 Remove extra directories. 2014-12-01 20:42:38 -05:00