-
-
Notifications
You must be signed in to change notification settings - Fork 97
/
tests.edn
20 lines (20 loc) · 1.28 KB
/
tests.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#kaocha/v1
#meta-merge [{:tests [{:id :clj-pss
:ns-patterns ["datahike.test."]
:bindings {datahike.config/*default-index* :datahike.index/persistent-set}}
{:id :clj-hht
:ns-patterns ["datahike.test."]
:bindings {datahike.config/*default-index* :datahike.index/hitchhiker-tree}}
{:id :specs
:skip-meta [:no-spec]
:ns-patterns ["datahike.test."]}
#_{:id :cljs
:type :kaocha.type/cljs
:ns-patterns ["datahike.test."]}
{:id :norm
:test-paths ["test/datahike/norm"]}
{:id :integration
:test-paths ["test/datahike/integration_test"]}]
;; More verbose than the default reporter, and with prettier errors
:reporter kaocha.report/documentation}
#include "tests.user.edn"]