On Jul 14, 1:05 pm, Brenton <bashw...@gmail.com> wrote: > > I have created a new project named lein-difftest. > > http://github.com/brentonashworth/lein-difftest >
This is awesome. I've been hurting for this kind of tool for a long time. For peons like myself who still run tests from a REPL and want to see plaintext diffed output, apparently you can use this library and do (difftest.core/run-tests 'some-ns) instead of (clojure.test/run-test 'some-ns) and it seems to work well. Minor bug, on line 36 in difftest/core.clj [1], (ct/testing-vars-str) should probably be (ct/testing-vars-str m), I'm getting an exception otherwise: java.lang.IllegalArgumentException: Wrong number of args (0) passed to: test$testing-vars-str Thanks --Brian [1] http://github.com/brentonashworth/lein-difftest/blob/master/src/difftest/core.clj#L36 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en