Midje 1.1 released (testing tool)

2011-04-05 Thread Brian Marick
Midje is a test framework for Clojure. I created it to support top-down as well as bottom-up testing, to encourage readable tests, to provide a smooth migration path from clojure.test, and to support a balance between abstraction and concreteness. Midje's tests look like the sort of examples

Re: Midje 1.1 released (testing tool)

2011-04-05 Thread Alfredo
Cool! -- 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

Re: Midje 1.1 released (testing tool)

2011-04-05 Thread Brian Marick
On Apr 5, 2011, at 8:35 PM, Ambrose B wrote: One thing I was confused about in the 1.1-betas was the boolean return value of tests seemed random. ie. tests that pass don't always return true. Yes, there's no specified connection between `fact` return values and whether the test(s) passed or