Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This should make it easier to write other reporting formats, such as JUnit. Also updated test_is/tests.clj and test_is/tap.clj | |||
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 | |
This time does not break tests using macros or Java method calls. Can also now test unbound vars. | |||
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 | |