The way to define fixtures in clojure.test is to define a normal function, ... (f) (println "teardown once")) (defn each-fixture [f] (println "setup each") ...
確定! 回上一頁