forked from hexlet-codebattle/battle_asserts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.edn
More file actions
19 lines (19 loc) · 652 Bytes
/
tests.edn
File metadata and controls
19 lines (19 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#kaocha/v1
{: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.filter/skip-meta [:kaocha/skip]}],
:kaocha/fail-fast? true,
:kaocha/color? true,
:kaocha/cli-options {:config-file "tests.edn", :print-config true},
:kaocha.plugin.randomize/seed 1599412019,
:kaocha.plugin.randomize/randomize? true,
:kaocha/plugins
[:kaocha.plugin/randomize
:kaocha.plugin/filter
:kaocha.plugin/capture-output],
:kaocha.plugin.capture-output/capture-output? false,
:kaocha/reporter [kaocha.report/dots]}