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: is there a way to use drip to speed up the running of unit tests?

2016-06-25 Thread Jake McCrary
Hi Fenton, In my experience the way to get faster feedback from your tests is to have them run in a way that doesn’t require stopping and starting a process. This can be done by either evaluating your tests in a REPL or using one of the Clojure testing tools that reload your code and run your

Re: lein test-refresh - I am so loving it!

2016-05-22 Thread Jake McCrary
Author of lein-test-refresh here! I’m glad you’re loving it. Thanks for sharing that. It feels great to know others are finding it useful. A couple tips that are somewhat buried in the projects readme