Midje is a test framework for Clojure that aims to be more readable than 
clojure.test and to allow styles of testing that clojure.test does not.

1.5 is the Enterprise Edition and Respect the Repl Release.

Enterprise (integration with build servers)
* Configuration files 
* Tests can be selected using their metadata
* Plugin interface for customizing reporting

Respect the Repl: 
* Although `lein midje` still works, the emphasis for non-batch 
  use is on a set of repl tools. For example, you can autotest
  inside the repl, which is surprisingly better than running it at
  the command line. (You get both automatic rechecking of tests 
  whose dependencies change and all the convenience of the repl 
  prompt.)
* There's a lot of in-repl documentation. For example, 
  `(doc midje-repl)` brings up a list of the names, brief 
  summaries, and common uses of all the repl tools.
* Reporting of user errors is improved. (Some errors that 
  previously produced confusing "I blew up" messages from Clojure 
  now have their own checks that yield less confusing messages.)

The user guide has been largely rewritten. 

https://github.com/marick/Midje

User guide, including two tutorials (one specifically for clojure.test users): 
https://github.com/marick/Midje/wiki

Change list: https://github.com/marick/Midje/wiki/What%27s-new-in-midje-1.5

--------
Looking for employment as a Clojure programmer
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 clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to