Fork me on GitHub
#kaocha
<
2024-01-10
>
Noah Bogart14:01:36

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?

Noah Bogart14:01:22

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