Invoking use-fixtures
in a namespace seems to remove those tests from the kaocha runner - is that expected?
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)
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.