Running late for work, but quickly, the plugin searches for namespaces
and generates a run-test.clj file looking like:
http://gist.github.com/326972
which is run. Interesting, just looking at that I see for some reason
"(require 'clojure.contrib.test-macro-utils)" is duplicated (and also
duplica
On 9 Mar 2010, at 01:01, Mark Derricutt wrote:
I know we've changed around how clojure:test runs under 1.3.2-SNAPSHOT
and I half expected the build to fail, but this wasn't the failure I
expected to see. Anyone have any idea whats going on here? It has me
stumped at the moment...
Is this a pr
I posted this the other day to the clojure-maven-plugin list but had
no response, so thought I'd ask here.
I'm wanting to push out a new release of the maven plugin, but I
noticed the other day that one of clojure-contrib's tests failed when
running with it:
Testing clojure.contrib.test-macro-uti