lambdaisland

plexus 2021-08-09T08:17:57.004700Z

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.

plexus 2021-08-09T08:19:25.005300Z

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