-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.edn
More file actions
19 lines (17 loc) · 746 Bytes
/
Copy pathtests.edn
File metadata and controls
19 lines (17 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#kaocha/v1
{:plugins [:hooks]
:kaocha.hooks/pre-load [test.snapshot/on-reload]
:bindings {; test.snapshot/*update* true
flower.reflect/*dependencies* #{} ; for live reload
kaocha.stacktrace/*stacktrace-stop-list* ["kaocha.runner" "kaocha.type" "kaocha.watch"]
kaocha.stacktrace/*stacktrace-filters* ["clojure.java.io" "clojure.lang" "sci.impl" "clojure.core.protocols"]}
:tests
[{:id :unit, :test-paths ["test"]
:kaocha/source-paths ["flower" "defaults"]
:ns-patterns ["test.unit"]}
{:id :hybrid, :test-paths ["test"]
:kaocha/source-paths ["flower"]
:ns-patterns ["test.hybrid"]}
{:id :process, :test-paths ["test"]
:kaocha/source-paths ["flower"]
:ns-patterns ["test.process"]}]}