Fork me on GitHub
#lambdaisland
<
2021-08-09
>
plexus08:08:57

Just to make sure, we're talking about Clojure tests, or also ClojureScript? big difference between the two. For Clojure we add any :test-paths to the classpath within Kaocha, so you can put directories in there that are not (currently) on the CP, and kaocha will add them for you, then scan the directory to find tests, load them, and run them.

plexus08:08:25

We don't currently have a way of finding all tests on the CP, we always scan the filesystem based on :test-paths