2.2.0 RC 3
·
13 commits
to master
since this release
Restores most of Expectations' explanatory test output on top of clojure.test
(by synthesizing an elaborate :message
value). Still needs list failure handling added from in
tests.
Improves line number reporting by implementing expect
as a macro directly in expectations.clojure.test
-- this is a potentially breaking change depending on how you are using this namespace:
- If you are
:refer
ring:all
, you'll pick up the newexpect
macro automatically. - If you are also
:refer
ring:all
ofexpectations
as well, that will break -- but all public symbols fromexpectations
are now available inexpectations.clojure.test
so you no longer needexpectations
at all. - If you are
:refer
ring in justdefexpect
, you'll need to addexpect
as well.