aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_is.clj
AgeCommit message (Expand)Author
2009-11-02test-is: don't compose fixtures forever; fixes #36Stuart Sierra
2009-05-29test_is.clj: fixed documentation examples for "testing" macroStuart Sierra
2009-05-07test_is.clj: fix keyword in report argumentStuart Sierra
2009-05-07test_is.clj: fix wrong # of arguments to report on thrown-with-msg?Stuart Sierra
2009-05-07test_is.clj: throw meaningful exception if namespace does not existStuart Sierra
2009-05-06test_is: undo change from r761 and replace it by a fixture in test-contrib.ma...Konrad Hinsen
2009-05-05test-is: run each test with *ns* set to its namespaceKonrad Hinsen
2009-05-04Fixed a bunch of little doc errorsTom Faulhaber
2009-05-04Lots 'o doc stringsTom Faulhaber
2009-04-27test_is.clj: updated docs for new 'report' functionStuart Sierra
2009-04-27test_is.clj: Replaced 'report' with a more flexible multimethod.Stuart Sierra
2009-03-29test_is.clj: added fixturesStuart Sierra
2009-02-17Merged lazy branch into trunk:Chouser
2009-02-11test_is.clj: Print complete stack trace for exceptions.Stuart Sierra
2009-01-30test_is.clj: added "deftest-"Stuart Sierra
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