testcontainers-clj/tests.edn
Rob Hanlon c0c08b2e26
Configure clojure.spec, add a few specs (#23)
Creates specs for init, create, and init-network
2020-08-10 08:15:00 +02:00

6 lines
231 B
Clojure

#kaocha/v1
{:plugins [:kaocha.plugin/junit-xml
:kaocha.plugin/cloverage
:kaocha.plugin.alpha/spec-test-check]
:reporter [kaocha.report/documentation]
:kaocha.plugin.junit-xml/target-file "target/junit.xml"}