kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
Alys Brooks 2021-05-22T02:18:42.005500Z

There's a new release of Kaocha. It includes a fix to an issue causing syntax errors' stack traces to not be printed and allows you to turn off deep-diff . https://github.com/lambdaisland/kaocha/releases/tag/v1.0.861

25❤️5🚀
Alys Brooks 2021-05-22T02:31:38.005600Z

These can work but you have to make Kaocha aware of your assert-exprs: https://cljdoc.org/d/lambdaisland/kaocha/1.0.861/doc/9-extending#handling-custom-assertions

plexus 2021-05-22T04:15:55.005900Z

Yes, there should be a :kaocha.testable/load-error on the ns testable

lread 2021-05-22T15:56:16.006300Z

Oh right there in the docs, eh? Sorry I missed that! And thanks @actuallyalys_slack, I’ll try that!

lread 2021-05-22T18:16:56.007Z

Huh, I’m not getting it yet. And I’m happy to give up for now! :simple_smile: