kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
Marc O'Morain 2021-02-23T17:22:43.001400Z

👋 Is there a way to focus on more than one test namespace? I’m trying to run my tests on CircleCI using kaocha, and I want to split my tests across containers, running a subset on each container.

Marc O'Morain 2021-02-23T17:23:13.002Z

I have access to a list of namespace names, and with leiningen I run lein test <list of namespaces>

Marc O'Morain 2021-02-23T17:23:52.002900Z

I’m trying to do the same with little success with kaocha, trying ./bin/kaocha --focus n1 --focus ns2

Marc O'Morain 2021-02-23T17:35:13.003300Z

🤦 it works as expected - sorry for the noise