kaocha

2022-10-19T16:27:37.035529Z

Is it possible to define both an "all" test suite that contains all tests and a bunch of test suites that only select subdirectories, and have the default be the "all"?

2022-10-19T16:41:03.486459Z

is it possible to define a universal focus and skip meta?

plexus 2022-10-21T15:38:14.763999Z

You can configure them at the top level I believe, should be in the docs.

2022-10-21T15:39:09.838129Z

https://cljdoc.org/d/lambdaisland/kaocha/1.70.1086/doc/6-focusing-and-skipping only talks about test suites

2022-10-21T15:51:13.250209Z

oh, maybe just have to pass it in the command line? i thought it did the same as setting :kaocha.filter/focus-meta in the test suite, but i might have misread it