Re: auto-reloading tests with diffs

2014-07-10 Thread Conrad
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

Re: auto-reloading tests with diffs

2014-07-03 Thread Jake McCrary
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

Re: auto-reloading tests with diffs

2014-07-02 Thread Conrad
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

auto-reloading tests with diffs

2014-07-02 Thread Conrad
Hi, I'm doing some tests that require diff reporting (ala "lein difftest") but want them to autoreload (ala "lein prism"). Does anyone know if there's a way to make these libraries function together? Is there some other approach/library I should be using to get both diff reporting and autoreloa