Fork me on GitHub
#bristol-clojurians
<
2020-10-20
>
j18:10:16

I'm having a lot of trouble setting up kaocha. I get the following error:

❯ clojure -Sdeps '{:deps {lambdaisland/kaocha {:mvn/version "1.0.700"}}}' -m kaocha.runner --test-help
Execution error (FileNotFoundException) at kaocha.specs/fn (specs.clj:82).
Could not locate clojure/test/check/generators__init.class, clojure/test/check/generators.clj or clojure/test/check/generators.cljc on classpath.

j18:10:06

I get the same error when I put the test alias in deps.edn as well 😢

practicalli-johnny20:10:07

@watchtheblur I got a similar issue with kaocha at the weekend. I wondered if it was a bug with that specific version. I'm going to try an earlier version tomorrow.