kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-06-21T10:20:56.342200Z

hi all! i'm working a lot with checkout dependencies in my project, and one thing i noticed is that when you put kaocha in watch mode, it is not refreshing nor triggered by changes in checkout dependencies. is there any way to instruct kaocha to watch some additional paths? i do know that it's possible to explicitly ignore paths using :kaocha.watch/ignore, is there any opposite such as :kaocha.watch/include ?

2020-06-21T10:22:12.343100Z

is a way to do it to just add the checkout paths to the source paths ? will that not cause any friction anywhere else (e.g. it also executing the tests of the checkout deps) ?