-
Notifications
You must be signed in to change notification settings - Fork 1
/
tests.edn
16 lines (16 loc) · 959 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{:kaocha/tests [{:kaocha.testable/type :kaocha.type/clojure.test
:kaocha.testable/id :unit
:kaocha/ns-patterns ["-test$"]
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]}]
:kaocha/fail-fast? false
:kaocha/color? true
:kaocha/reporter [#_kaocha.report/dots
kaocha.report/documentation
#_kaocha.report.progress/report]
:kaocha/plugins [:kaocha.plugin/randomize
:kaocha.plugin/filter
:kaocha.plugin/profiling]
:kaocha.plugin.randomize/randomize? true
:kaocha.plugin.profiling/count 3
:kaocha.plugin.profiling/profiling? true}