-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.edn
13 lines (13 loc) · 951 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
#kaocha/v1 {:capture-output? true
:kaocha/fail-fast? false
:plugins [:kaocha.plugin/profiling
:kaocha.plugin/print-invocations
:kaocha.plugin/hooks
:preloads]
:kaocha.hooks/pre-report [hierarchy.test-setup/defuse-zero-assertions]
:kaocha.plugin.preloads/ns-names [hierarchy.test-setup]
:tests [{:id :unit
:kaocha/fail-fast? false
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]
:ns-patterns [".*"]}]}