java - How to run Clojure-tests in Eclipse? -
i'd execute clojure tests straight eclipse (alternative run lein test
commandline).
i installed counterclockwise-plugin eclipse, there no "run / clojure test" in context-menu. far added (run-tests)
end of clojure-tests files , execute test via "run / clojure application".
is there improve way run tests eclipse? in general shouldn’t necessary add together code start tests.
you can open project repl in eclipse, move repl test namespace , (run-tests)
there.
java eclipse testing clojure
No comments:
Post a Comment