kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
robert-stuttaford 2020-05-14T10:09:51.230200Z

just to share an update for readers: the classpath stuff @plexus and i discussed yesterday worked perfectly for us 👌

🎉 1
2020-05-14T14:21:36.232200Z

It looks like expound is set to the default printer. https://github.com/lambdaisland/kaocha/blob/d669f5432508f7343845e951ae513ca1c00066aa/src/kaocha/runner.clj#L146 So why would my output still look like the data spec error? e.g Exception in ... did not conform to spec {...} followed by a stracktrace

2020-05-14T14:29:29.232400Z

maybe because the exception isn't in the assertion?