kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2020-01-22T08:17:54.025400Z

I went ahead and released the changes @slawek098 and I made yesterday. Note that this is a breaking change, but one that most people won't notice, and one that should make the focus/skip behavior more intuitive, in particular how focus/skip options in tests.edn interact with the command line. New version: 0.0-581

1
2020-01-22T16:11:44.027100Z

I have a setup using the checkouts from leiningen, and the checkouts are dynamic, i don't know ahead of time what I have there. There's a way to config in the :source-paths config something like ["checkouts/**/src"] or another way to make kaocha watch those files as well as the source of the current project?

plexus 2020-01-22T17:00:24.028200Z

@edenferreira we don't accept glob patterns in there (not sure if we should...) but you could do something with hooks, give me a moment and I'll try to provide an example