Fork me on GitHub
#kaocha
<
2020-05-01
>
plexus10:05:02

if these are Clojure tests (not clojurescript tests) then you do not need to have the test-paths in deps.edn, just configure them in tests.edn and they will be added to the classpath

plexus10:05:28

(might still be useful to have them in deps.edn for e.g. REPL use, but it's not necessary for kaocha)

plexus10:05:09

so yeah you can quite easily create a tests.edn file that includes the tests from all the sub-projects. Alternatively having a plugin to handle this sort of parent/child repo scenario would be a great addition to the kaocha ecosystem. Remember it's all just data, just a matter of reading the different tests.edn files and deciding how to merge them into a single config.