Age | Commit message (Collapse) | Author |
|
This is the same as Clojure ticket #194, same changes applied.
clojure.contrib.test-is/use-fixtures would compose fixtures repeatedly
when called multiple times.
|
|
|
|
|
|
|
|
|
|
test-contrib.macro-utils
|
|
|
|
|
|
|
|
|
|
This should make it easier to write other reporting formats,
such as JUnit.
Also updated test_is/tests.clj and test_is/tap.clj
|
|
|
|
svn merge -r472:477 ../branches/lazy/
|
|
Bind *stack-trace-depth* to a number to limit stack trace depth.
Discussion at http://groups.google.com/group/clojure/browse_thread/thread/5316bdb93f1c4407
|
|
|
|
|
|
|
|
This time does not break tests using macros or Java method calls.
Can also now test unbound vars.
|
|
|
|
Reported by Stuart Halloway. Still want to recover the fancier
error reporting when the first element IS a function, but need a way to
test *at compile time* if something is a function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
failure report
|
|
Thanks to Allen Rohner for report.
|
|
|
|
|
|
|
|
|
|
|
|
on now load again
|