Commit Graph

13 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
Spencer Florence
2407b02f38 don't catch exn breaks
Please Include In Release
2016-10-10 11:27:21 -05:00
Ryan Culpepper
7f484888f5 fix check-exn contract error message 2016-07-29 11:45:52 -04:00
Spencer Florence
21b278c864 moved rackunit/log to new pkg, fixed docs 2016-04-29 12:45:59 -05:00
Jay McCarthy
eee52585ed Fixing 13 2015-12-21 09:04:29 -05:00
Matthew Flatt
6d59b5e60d unbreak test-case
Fix a mistake in 644a4c550f.
2015-12-10 09:29:33 -07:00
Matthew Flatt
644a4c550f use syntax objects to represent source locations
To avoid the possibility of absolute paths in bytecode form,
rely on syntax objects to encode source locations (so that the
marshaling of syntax object can avoid absolute paths).
2015-12-09 17:22:42 -07:00
Jack Firth
0957188c09 Allow internal definitions in custom checks 2015-08-25 16:31:02 -05:00
Jack Firth
b4b8027267 Pushes values to the right when given long info keys 2015-08-20 16:40:28 -04:00
Jay McCarthy
a0118d6ccf Ensure that only the rackunit output, not the test output goes to stderr 2015-08-17 11:40:14 -04:00
Gustavo Massaccesi
cdcc3edf08 Remove SRFI-1 dependency 2015-03-26 14:06:57 -06:00
Sam Tobin-Hochstadt
7300f625d5 Remove extra directories. 2014-12-01 20:42:38 -05:00