racket/collects/rackunit/private
Robby Findler 8ece97219a a hack to work around what appears to be just a wrong way of doing things, but will ask Noel later.
The basic problem is that (with-check-info* '() (lambda () ...whatever...)) can, in some cases,
double the information that is recorded in a failed test case. Probably the right thing is
to use a parameter or something instead of using continuation marks directly.
2010-08-14 21:34:44 -05:00
..
gui Forgot one place 2010-05-26 13:18:02 -06:00
base.rkt
check-info.rkt a hack to work around what appears to be just a wrong way of doing things, but will ask Noel later. 2010-08-14 21:34:44 -05:00
check.rkt generalized check-exn so that you can supply a regular expression as the predicate (which matches the exception message) 2010-08-14 21:34:44 -05:00
counter.rkt
format.rkt
hash-monad.rkt
location.rkt Fixing PR10950 2010-06-02 10:20:20 -06:00
monad.rkt
name-collector.rkt
result.rkt
test-case.rkt
test-suite.rkt
test.rkt
text-ui-util.rkt
util.rkt