Thanks, that's exactly what I was looking for!
On Thursday, July 3, 2014 8:41:07 AM UTC-5, Jake McCrary wrote:
>
> Hi Conrad,
>
> Not sure if this will meet your needs but I just tried using
> humane-test-output with lein-test-refresh and had auto-running of tests
> with a nice diff output. If h
Hi Conrad,
Not sure if this will meet your needs but I just tried using
humane-test-output with lein-test-refresh and had auto-running of tests
with a nice diff output. If humane-test-output gives you the output you are
looking for I'd imagine it works with prism as well.
humane-test-output: h
FYI, I installed difftest via a plugin entry in my ~/.lein/profiles.clj.
This requires me to call "lein difftest", since "lein test" still shows the
un-diffed test results. I suspect there's some extra step I need to take to
hook difftest into the default error reporting to make it work with "le