Re: Clojure test framework

2011-05-08 Thread Ambrose Bonnaire-Sergeant
Midje also works well with Maven. Just wrap them in clojure.test/deftest and you're good to go. Some examples: https://github.com/pallet/stevedore/blob/feature%2Fbatch-impl/test/pallet/stevedore/batch_test.clj And here are almost identical tests, but with clojure.test/is instead of Midje. https:/

Re: Clojure test framework

2011-05-08 Thread Alex Ott
Standard clojure.test works fine with maven On Sun, May 8, 2011 at 4:29 PM, Zlatko Josic wrote: > Hi, > I need to write tests for my Clojure application. > Which Clojure test framework would you recommend? > I also need posibility to intergrate a framework with Maven. -- With best wishes,