0

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?

bfontaine
  • 18,169
  • 13
  • 73
  • 107
srnvs
  • 997
  • 2
  • 10
  • 22
  • Why don't you like that solution? – Jaime Agudo Mar 04 '14 at 18:01
  • We wanted to keep things separated out as in use midje for a set ot tests and clojure.test for another set I was wondering if there is any solution for midje tests to be run from 'mvn test' – srnvs Mar 04 '14 at 19:59

0 Answers0