index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
test_is.clj
Age
Commit message (
Expand
)
Author
2009-01-21
test_is.clj: lots of new documentation
Stuart Sierra
2009-01-21
test_is.clj: new assertion "(is (thrown-with-msg? class re ...))"
Stuart Sierra
2009-01-16
test_is.clj: Regained fancy error reports for functional predicates.
Stuart Sierra
2009-01-16
test_is.clj: documentation and code organization
Stuart Sierra
2009-01-16
test_is.clj: fixed bug that broke tests if first element wasn't a function
Stuart Sierra
2009-01-15
test_is.clj: added test-all-vars, more generic assert-expr for predicates
Stuart Sierra
2009-01-15
test_is.clj: print stack traces for exceptions
Stuart Sierra
2009-01-12
test_is.clj: added "with-test"
Stuart Sierra
2009-01-12
test_is.clj: better source line numbers with new "file-position"
Stuart Sierra
2009-01-06
test_is.clj: set-test is ignored when *load-tests* is false
Stuart Sierra
2009-01-06
test_is.clj: set-test uses alter-meta!; minor documentation cleanup
Stuart Sierra
2008-12-31
test_is.clj: added "testing" and "*load-tests*"; disallowed (deftest nil ...)
Stuart Sierra
2008-12-22
test_is.clj: added "set-test" (experimental)
Stuart Sierra
2008-12-17
test_is.clj: deftests are functions, tests are composable, source line in fai...
Stuart Sierra
2008-12-16
test_is.clj: fix to catch exceptions outside of "is" assertions.
Stuart Sierra
2008-12-15
test_is.clj: changed "are" to use template expressions
Stuart Sierra
2008-12-15
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
Stuart Sierra
2008-12-07
test_is.clj: added doc string for test-var
Stuart Sierra
2008-12-07
test_is.clj: first major rewrite; better reporting hooks
Stuart Sierra
2008-11-17
test_is.clj: *test-out* defaults to *out*; added each= and all-true
Stuart Sierra
2008-11-12
first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ...
scgilardi