Fork me on GitHub
#kaocha
<
2023-12-14
>
Noah Bogart20:12:05

is it possible to find if two suites cover the same test namespace? i have :ns-patterns but i'd like to double check I've not written them incorrectly.

plexus11:01:46

You should be able to get the test plan via kaocha.repl.

👍 1
Noah Bogart13:01:51

Thank you! We ended up writing a plugin I hope to open source soon that does partitioning for us, bit this is a good way to verify it works.