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
Age
Commit message (
Expand
)
Author
2009-06-24
gtic: move clojure tests and supporting libraries into clojure repos
Stuart Halloway
2009-06-02
Moved tests for test_is.clj into test-contrib
Stuart Sierra
2009-04-27
test_is.clj: Replaced 'report' with a more flexible multimethod.
Stuart Sierra
2009-04-01
test_is/tap.clj: TAP output support for test-is
Stuart Sierra
2009-03-29
test_is.clj: added fixtures
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/tests.clj: added regular expression tests
Stuart Sierra
2009-01-16
test_is/tests.clj: added test using anonymous #() functions
Stuart Sierra
2009-01-16
test_is/tests.clj: added test for Java method call (to be fixed)
Stuart Sierra
2009-01-15
test_is/tests.clj: unit tests for clojure.contrib.test-is (finally)
Stuart Sierra
2008-12-13
Removed old namespace-is-directory files.
Stuart Sierra
2008-09-26
test_is.clj: added throws macro, from assert-raises by Allen Rohner
Stuart Sierra
2008-08-29
Updated some libs to use new clojure/ns macro.
Stuart Sierra
2008-08-16
move namespace-directory-aware libs into src/clojure/contrib
scgilardi