2.1.208
- Address #39 by ignoring qualifier on Expectations' macros. This is potentially breaking but is often required during migration to another test framework, as you may have to use aliased names to avoid collisions (to LazyTest, for example).
- Address #36 by expanding
side-effects
documentation, and mentioningwith-redefs
. - Expose
run-test
andrun-test-var
fromclojure.test
(Clojure 1.11). - Update dev/test dependencies.