bristol-clojurians

j 2020-10-20T18:11:16.021100Z

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.

j 2020-10-20T18:12:06.021800Z

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

practicalli-john 2020-10-20T20:43:07.023900Z

@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.