What is the best unit testing framework for Clojure?
I prefer a more BDD style framework.
I'm working on a mock-oriented, top-down testing framework. It'll have three levels of abstraction. The first two are finished:
http://github.com/marick/Midje#readme
I'm working on the top level, which will look something like this:
http://www.exampler.com/blog/2010/06/10/tdd-in-clojure-a-sketch-part-1/
Also, see my answer at this stackoverflow question: https://stackoverflow.com/a/9417239/47630