Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # test.edn <code clojure> #kaocha/v1 {:plugins [:kaocha.plugin/profiling]} </code> <code clojure> #kaocha/v1 {:kaocha/tests [{:kaocha.testable/id :unit :kaocha.testable/type :kaocha.type/clojure.test :kaocha/ns-patterns ["-test$"], :kaocha/source-paths ["src"], :kaocha/test-paths ["test"], :kaocha.filter/skip-meta [:kaocha/skip]} {:kaocha.testable/id :generative-fdef-checks :kaocha.testable/type :kaocha.type/spec.test.check :kaocha/source-paths ["src"] :kaocha.spec.test.check/checks [{:kaocha.spec.test.check/syms :all-fdefs :clojure.spec.test.check/instrument? true :clojure.spec.test.check/check-asserts? true :clojure.spec.test.check/opts {:num-tests 10}}]} ] :kaocha/reporter [kaocha.report/documentation] :kaocha/color? #profile {:default true :ci false} ;; Run tests of file changes, unless running in CI server :kaocha/watch #profile {:default true :ci false} :kaocha/fail-fast? true :kaocha.plugin.randomize/randomize? false :kaocha/plugins [:kaocha.plugin/randomize :kaocha.plugin/filter :kaocha.plugin/capture-output :kaocha.plugin.alpha/spec-test-check] :kaocha.plugin.capture-output/capture-output? true } </code> ## Refs - https://practical.li/clojure/testing/test-runners/kaocha-test-runner.html open/test.edn.txt Last modified: 2024/10/05 06:15by 127.0.0.1