kaocha icon indicating copy to clipboard operation
kaocha copied to clipboard

deep-diff clojure-expectations' `:actual (not=` output format

Open AlexChalk opened this issue 1 year ago • 0 comments

kaocha.report/print-expression requires (seq? (second (:actual m))) to be true to deep-diff output. This is true for clojure.test, which outputs :actual (not (=..., but not for clojure-expectations, whch outputs :actual (not=....

This PR modifies print-expression to accept and parse both output formats for deep-diffing.

Resolves https://github.com/lambdaisland/kaocha/issues/435

AlexChalk avatar May 16 '24 13:05 AlexChalk