This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-10
Channels
- # announcements (4)
- # beginners (111)
- # boot (34)
- # cider (67)
- # cljdoc (10)
- # clojure (90)
- # clojure-dev (37)
- # clojure-europe (3)
- # clojure-gamedev (3)
- # clojure-italy (18)
- # clojure-losangeles (2)
- # clojure-nl (27)
- # clojure-spec (24)
- # clojure-uk (59)
- # clojurescript (41)
- # cursive (32)
- # datomic (31)
- # emacs (21)
- # figwheel (1)
- # figwheel-main (2)
- # fulcro (43)
- # graalvm (6)
- # graphql (3)
- # jobs-discuss (3)
- # kaocha (1)
- # nyc (1)
- # off-topic (22)
- # pathom (10)
- # pedestal (11)
- # re-frame (9)
- # reitit (17)
- # shadow-cljs (15)
- # spacemacs (13)
- # sql (6)
- # testing (5)
- # tools-deps (3)
- # vim (13)
- # yada (1)
Is there any clojure.test "plugin" providing a nice, visual, colorful diff when (is (= complex-data actual))
fails rather than a single long line?
Perhaps https://github.com/lambdaisland/deep-diff/blob/master/README.md but why not included by default?
There are quite a few libraries that extend clojure.test
like that. Paul Stadig's Humane Test Output is probably my favorite.
❤️ 4
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
❤️ 16