Fork me on GitHub
#kaocha
<
2019-10-11
>
magnars07:10:21

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

jvtrigueros16:10:48

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)

magnars17:10:21

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.

plexus04:10:40

that is very strange and should not be the case

magnars06:10:19

okay, that's good to know. I'll investigate further!