Skip to content

Commit

Permalink
dev-tests - kaocha produces too much output hiding the actual test er…
Browse files Browse the repository at this point in the history
…rors. If the tests fail then that output should take precedence and cloverage should not be run.
  • Loading branch information
cnuernber committed Nov 19, 2024
1 parent 9ff2227 commit be31d50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
:extra-paths ["test"]
:main-opts ["-m" "kaocha.runner"]}
:dev-test
{:extra-deps {com.cognitect/test-runner
{:git/url "https://github.com/cognitect-labs/test-runner"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}
ch.qos.logback/logback-classic {:mvn/version "1.1.3"}}
:extra-paths ["test"]
:main-opts ["-m" "cognitect.test-runner"]}
:codox
{:extra-deps {codox-theme-rdash/codox-theme-rdash {:mvn/version "0.1.2"}
nrepl/nrepl {:mvn/version "1.3.0"}
Expand Down
4 changes: 4 additions & 0 deletions scripts/dev-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

scripts/compile
clojure -M:dev:dev-test

0 comments on commit be31d50

Please sign in to comment.