testing

Testing tools, testing philosophy & methodology...
Jakub Holý 2019-05-10T15:45:35.061300Z

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

Jakub Holý 2019-05-10T15:59:25.061400Z

Perhaps https://github.com/lambdaisland/deep-diff/blob/master/README.md but why not included by default?

seancorfield 2019-05-10T16:17:18.063200Z

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

❤️ 1
dharrigan 2019-05-10T16:30:47.063400Z

nice!

tanzoniteblack 2019-05-10T17:07:30.063900Z

I've been really enjoying kaocha ( https://cljdoc.org/d/lambdaisland/kaocha ) : here's an example output https://clojureverse.org/uploads/default/original/2X/2/2a48ba2fa4906670fcfdff8c74affb2fc7eebcc7.png

❤️ 4