Best unit testing framework for Clojure?

后端 未结 4 1276
醉梦人生
醉梦人生 2020-12-23 20:32

What is the best unit testing framework for Clojure?

I prefer a more BDD style framework.

4条回答
  •  孤城傲影
    2020-12-23 21:14

    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

提交回复
热议问题