Search code examples
eclipseclojurecounterclockwise

How to run tests smoothly in Leiningen project within Counterclockwise/Eclipse?


I'm a newbie with Clojure and Counterclockwise and I succeeded adding a Leiningen 2 project with "Poor man's integration" (External tools, linked from question Using Clojure and Leiningen with IDEs).

My alternatives for running tests so far:

  • From command line : lein test
  • Running "lein test" with "Poor man's integration" (External tool)

These work pretty fine but I'm wondering whether there's some smoother alternative, for example showing the tests run like with JUnit etc?

Or with more general formulation, how to have fluent TDD flow with Counterclockwise?


Solution

  • Midje with autotest in REPL seems to be worth checking out.