forked from mtgred/netrunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.edn
21 lines (21 loc) · 966 Bytes
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#meta-merge
[{:kaocha/tests [{:kaocha.testable/id :all
:kaocha.testable/type :kaocha.type/clojure.test
:kaocha.filter/focus-meta ^:replace [:kaocha/focus]
:kaocha.filter/skip-meta ^:replace [:kaocha/skip]
:kaocha/ns-patterns ["-test$"]
:kaocha/source-paths ["src"]
:kaocha/test-paths ["test"]}]
:kaocha/color? true
:kaocha/fail-fast? false
:kaocha/reporter #profile {:default kaocha.report.progress/report
:ci kaocha.report/result}
:kaocha/plugins [:kaocha.plugin/randomize
:kaocha.plugin/filter
:kaocha.plugin/capture-output
:kaocha.plugin/profiling
:kaocha.plugin/print-invocations]
:kaocha.plugin.capture-output/capture-output? true
:kaocha.plugin.profiling/count 3
:kaocha.plugin.randomize/randomize? true}
#include "tests-user.edn"]