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.clj
Age
Commit message (
Expand
)
Author
2009-11-02
test-is: don't compose fixtures forever; fixes #36
Stuart Sierra
2009-05-29
test_is.clj: fixed documentation examples for "testing" macro
Stuart Sierra
2009-05-07
test_is.clj: fix keyword in report argument
Stuart Sierra
2009-05-07
test_is.clj: fix wrong # of arguments to report on thrown-with-msg?
Stuart Sierra
2009-05-07
test_is.clj: throw meaningful exception if namespace does not exist
Stuart Sierra
2009-05-06
test_is: undo change from r761 and replace it by a fixture in test-contrib.ma...
Konrad Hinsen
2009-05-05
test-is: run each test with *ns* set to its namespace
Konrad Hinsen
2009-05-04
Fixed a bunch of little doc errors
Tom Faulhaber
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-04-27
test_is.clj: updated docs for new 'report' function
Stuart Sierra
2009-04-27
test_is.clj: Replaced 'report' with a more flexible multimethod.
Stuart Sierra
2009-03-29
test_is.clj: added fixtures
Stuart Sierra
2009-02-17
Merged lazy branch into trunk:
Chouser
2009-02-11
test_is.clj: Print complete stack trace for exceptions.
Stuart Sierra
2009-01-30
test_is.clj: added "deftest-"
Stuart Sierra
2009-01-21
test_is.clj: lots of new documentation
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.clj: documentation and code organization
Stuart Sierra
2009-01-16
test_is.clj: fixed bug that broke tests if first element wasn't a function
Stuart Sierra
2009-01-15
test_is.clj: added test-all-vars, more generic assert-expr for predicates
Stuart Sierra
2009-01-15
test_is.clj: print stack traces for exceptions
Stuart Sierra
2009-01-12
test_is.clj: added "with-test"
Stuart Sierra
2009-01-12
test_is.clj: better source line numbers with new "file-position"
Stuart Sierra
2009-01-06
test_is.clj: set-test is ignored when *load-tests* is false
Stuart Sierra
2009-01-06
test_is.clj: set-test uses alter-meta!; minor documentation cleanup
Stuart Sierra
2008-12-31
test_is.clj: added "testing" and "*load-tests*"; disallowed (deftest nil ...)
Stuart Sierra
2008-12-22
test_is.clj: added "set-test" (experimental)
Stuart Sierra
2008-12-17
test_is.clj: deftests are functions, tests are composable, source line in fai...
Stuart Sierra
2008-12-16
test_is.clj: fix to catch exceptions outside of "is" assertions.
Stuart Sierra
2008-12-15
test_is.clj: changed "are" to use template expressions
Stuart Sierra
2008-12-15
Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0
Stuart Sierra
2008-12-07
test_is.clj: added doc string for test-var
Stuart Sierra
2008-12-07
test_is.clj: first major rewrite; better reporting hooks
Stuart Sierra
2008-11-17
test_is.clj: *test-out* defaults to *out*; added each= and all-true
Stuart Sierra
2008-11-12
first cut at changes for Clojure SVN 1094+, my contribs and ones they depend ...
scgilardi