aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_is.clj
AgeCommit message (Expand)Author
2009-01-21test_is.clj: lots of new documentationStuart 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.clj: documentation and code organizationStuart Sierra
2009-01-16test_is.clj: fixed bug that broke tests if first element wasn't a functionStuart Sierra
2009-01-15test_is.clj: added test-all-vars, more generic assert-expr for predicatesStuart Sierra
2009-01-15test_is.clj: print stack traces for exceptionsStuart Sierra
2009-01-12test_is.clj: added "with-test"Stuart Sierra
2009-01-12test_is.clj: better source line numbers with new "file-position"Stuart Sierra
2009-01-06test_is.clj: set-test is ignored when *load-tests* is falseStuart Sierra
2009-01-06test_is.clj: set-test uses alter-meta!; minor documentation cleanupStuart Sierra
2008-12-31test_is.clj: added "testing" and "*load-tests*"; disallowed (deftest nil ...)Stuart Sierra
2008-12-22test_is.clj: added "set-test" (experimental)Stuart Sierra
2008-12-17test_is.clj: deftests are functions, tests are composable, source line in fai...Stuart Sierra
2008-12-16test_is.clj: fix to catch exceptions outside of "is" assertions.Stuart Sierra
2008-12-15test_is.clj: changed "are" to use template expressionsStuart Sierra
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
2008-12-07test_is.clj: added doc string for test-varStuart Sierra
2008-12-07test_is.clj: first major rewrite; better reporting hooksStuart Sierra
2008-11-17test_is.clj: *test-out* defaults to *out*; added each= and all-trueStuart Sierra
2008-11-12first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ...scgilardi