You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address #41 by deprecating the implicit expect form of defexpect and printing an obnoxious warning when it is used. This form of defexpect will be removed in a future release!
PR #40@NoahTheDuke reduces the amount of code generated for ?= (and, in turn, for more-of), allowing for more complex tests.
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 mentioning with-redefs.
Expose run-test and run-test-var from clojure.test (Clojure 1.11).
Improved failure reporting: most failures now provide an additional message describing the failure as well as improving how the expected and actual values are displayed (primarily hiding =? and showing a more accurate/intuitive test form).
Update deps.edn to use :main-args (instead of :main-opts) for parameterized tasks in build.clj -- see Running Tasks based on Aliases
Drop support for Java 8 (it may continue to work but it is no longer tested).