cljunit
cljunit copied to clipboard
JUnit test integration for Clojure
Is there an example of integrating cljunit within a lein project? I can't figure out where the ``` import mikera.cljunit.ClojureTest; public class ClojureTests extends ClojureTest { // filter namespaces with...
I've got some tests with :each and :once fixtures. The fixtures do not appear to be invoked.
Hello, I'm trying to get some clojure.test tests be executed via maven tycho surefire tests plugin phase. That way, the tests have access to the right classpath, potentially seeing eclipse...