There are lots of ways to improve on the default the testing experience in Clojure. I put together a tutorial post on a complete testing experience I’m using. The most important libraries are expectations/clojure-test and humane-test-output which together give you concise, readable tests with great output. As expectations/clojure-test is compatible with the standard clojure.test we can use other standard tools (for example any test runner).
What testing libraries are you using, why? What test runner do you use? Any tips for testing in Clojure?