I am using Clojure maven plugin and I have written tests using both clojure.test
and midje.
Clojure.test integrates well with maven and mvn test
runs all tests, whereas midje tests are evaluated but not reported from mvn test
. I found a post on google groups that was referring to enclose the facts in a deftest
block. Is there any other workaround for this?