kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2019-10-11T07:38:21.009Z

Invoking use-fixtures in a namespace seems to remove those tests from the kaocha runner - is that expected?

2019-10-11T16:01:48.009200Z

Could you explain this a bit more? I'm using use-fixtures with kaocha and haven't had any issue (unless I haven't noticed)

2019-10-11T17:18:21.009400Z

To test it I simply added (use-fixtures :each apply) to a test namespace, and after that those tests were no longer part of the suite.