aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_is
AgeCommit message (Expand)Author
2009-06-24gtic: move clojure tests and supporting libraries into clojure reposStuart Halloway
2009-06-02Moved tests for test_is.clj into test-contribStuart Sierra
2009-04-27test_is.clj: Replaced 'report' with a more flexible multimethod.Stuart Sierra
2009-04-01test_is/tap.clj: TAP output support for test-isStuart Sierra
2009-03-29test_is.clj: added fixturesStuart Sierra
2009-01-21test_is.clj: new assertion "(is (thrown-with-msg? class re ...))"Stuart Sierra
2009-01-16test_is.clj: Regained fancy error reports for functional predicates.Stuart Sierra
2009-01-16test_is/tests.clj: added regular expression testsStuart Sierra
2009-01-16test_is/tests.clj: added test using anonymous #() functionsStuart Sierra
2009-01-16test_is/tests.clj: added test for Java method call (to be fixed)Stuart Sierra
2009-01-15test_is/tests.clj: unit tests for clojure.contrib.test-is (finally)Stuart Sierra
2008-12-13Removed old namespace-is-directory files.Stuart Sierra
2008-09-26test_is.clj: added throws macro, from assert-raises by Allen RohnerStuart Sierra
2008-08-29Updated some libs to use new clojure/ns macro.Stuart Sierra
2008-08-16move namespace-directory-aware libs into src/clojure/contribscgilardi