How to diff EDN with colors highlighting the difference

Heard that in Elixir. I recalled that in clojure.test finding difference is horrible. Any solution on Clojure side?

I haven’t used clojure.test so often but it seams like humane-test-output might help you.
Maybe if it used colorize it would be even better

I use midje and find the diff outputs are better than clojure.test but still not great

1 Like

Maybe something like https://github.com/weavejester/eftest?

2 Likes