kaocha

2023-12-14T20:27:05.989169Z

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.

plexus 2024-01-09T11:51:46.897149Z

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

👍 1
2024-01-09T13:12:51.163729Z

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.