Re: [ANN] Quickie 0.3.5

2014-10-16 Thread Paul deGrandis
Congrats on publishing the tool! Just to clarify - this isn't quite a parallel test runner. You're just testing the namespaces in parallel. Consider the case where you have 5 namespaces, 4 of which have a single test in them, and one of which has 100 tests in it. Assume all tests have two as

[ANN] Quickie 0.3.5

2014-10-14 Thread Jake Pearson
Hi, I got to spend some hack days and created a parallel test runner for clojure.test. It is part of an autotester I wrote a couple of years ago called quickie. To run your tests add [quickie "0.3.5"] to your :plugins. Then run lein quickp. Stacktraces get filtered. The return code is equal to