kaocha

2024-01-10T14:49:36.182049Z

i have a custom fail type that i've customized with a method on clojure.test/report. i want to add it to kaocha's reporting system. i added the k.hierarchy/derive! call, and i've added a method to k.report/fail-summary, but now it's printing each fail twice (first with clojure.test and then with kaocha). am I stuck only implementing it for one or the other?

2024-01-10T14:55:22.961889Z

oh, i see it takes deriving from both :kaocha/known-key and :kaocha/fail-type. nevermind