Fork me on GitHub
#kaocha
<
2020-01-22
>
plexus08:01:54

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

4
edenferreira16:01:44

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?

plexus17:01:24

@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