Midje is a unit testing library that (some people think) provides more readable tests than test.unit. It has good support for treating programs as networks of functions that depend on each other (mocking, in OO terms). It allows gradual migration from test.unit.
Version 1.6.0 has been out for a while, but I forgot to announce it. * There have been substantial changes to the documentation. * There's support for different styles of output, including TAP and JUnit/XML. * It works better with nrepl and cider. * There have been a variety of improvements around autotesting and error reporting. Thanks to Joseph Wilk, Giorgio Valoti, Colin Jones, and Bozhidar Batsov for help with this version. https://github.com/marick/Midje https://github.com/marick/Midje/wiki/What%27s-new-in-midje-1.6 -------- Latest book: /Functional Programming for the Object-Oriented Programmer/ https://leanpub.com/fp-oo -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
