kaocha

imre 2024-05-14T09:48:43.449589Z

is there a way to tell the kaocha CLI to disable a plugin that is enabled in tests.edn?

adc17 2024-05-14T23:20:02.066719Z

Hi, I've set up kaocha in my project, but I'm not seeing pretty-printed diffs, I'm instead getting the

Expected:
  (=
   {:huge "map"}
   result)
Actual:
  (not=
   {:huge "map"}
   {:slightly "different" :huge "map"}
...
output. I get this output with the default #kaocha/v1 config. Can anyone share a good place to start debugging this? Thanks!

dharrigan 2024-05-15T07:04:23.710529Z

Oooh, that'll be nice to have! I too use expectations!

adc17 2024-05-14T23:40:22.740309Z

Ok, I'm pretty sure it's because I'm using https://github.com/clojure-expectations/clojure-test. This is apparently supported (https://github.com/lambdaisland/kaocha/issues/23#issuecomment-793375801), so I'll open an issue.

adc17 2024-05-14T23:55:09.352819Z

(https://github.com/lambdaisland/kaocha/issues/435)