Skip to content

What's new in Midje 1.7

Brian Marick edited this page Apr 18, 2015 · 3 revisions

Support for Clojure 1.3 dropped

No warnings under Clojure 1.7

Use of Flare for failure reporting

Flare prints differences between complex expected and actual results. In 1.7, this is an add-on to normal printing and only applies to printing of direct comparisons (actual => expected). Collection checkers will need a more ambitious solution.

See Customizing reporting & Configuration files for more info.

Fewer dependencies

Midje depends on fewer libraries, making dependency management easier.

Bug fixes

Clone this wiki locally