Fork me on GitHub
#testing
<
2019-05-10
>
Jakub Holý (HolyJak)15:05:35

Is there any clojure.test "plugin" providing a nice, visual, colorful diff when (is (= complex-data actual)) fails rather than a single long line?

seancorfield16:05:18

There are quite a few libraries that extend clojure.test like that. Paul Stadig's Humane Test Output is probably my favorite.

❤️ 4