Fork me on GitHub
#cider
<
2016-04-08
>
sashton19:04:23

what's a good way to view diffs for test output? Specifically, I'd like to see the differences highlighted. In the past I've humane test output to show just the fields which don't, which doesn't work with recent cider. When I've used Cursive, the diff-viewer will highlight just the fields changed. What's the best way to get that same information in cider?

sashton19:04:43

i can see the diff viewer for the test results using the cider test viewer, but I just see the same full dump of data which shows up in the console

malabarba21:04:23

Should be easy to implement if that information is actually available in there. If that information is not provided it should be really hard

sashton21:04:21

I'm not sure the info is there, or if libraries like humane-test are doing some diffing