Stuart Sierra wrote:
> On Apr 1, 12:21 pm, Jason Sankey wrote:
>> Out of interest, are you interested in other output formats for test-is?
>> I chose JUnit compatible as a defacto-standard -- it integrates with
>> the unofficial build server I have been working on as well as many other
>> tools
On Apr 1, 12:21 pm, Jason Sankey wrote:
> Out of interest, are you interested in other output formats for test-is?
> I chose JUnit compatible as a defacto-standard -- it integrates with
> the unofficial build server I have been working on as well as many other
> tools. I have it working but in
Hi Stuart,
Stuart Sierra wrote:
> Not an April Fool's joke! New lib "clojure.contrib.test-is.tap" adds
> Test Anything Protocol (TAP) support to test-is. Use it like this:
>
> ;; (use 'clojure.contrib.test-is)
> ;; (use 'clojure.contrib.test-is.tap)
> ;;
> ;; (with-tap-output
> ;;(ru
Not an April Fool's joke! New lib "clojure.contrib.test-is.tap" adds
Test Anything Protocol (TAP) support to test-is. Use it like this:
;; (use 'clojure.contrib.test-is)
;; (use 'clojure.contrib.test-is.tap)
;;
;; (with-tap-output
;;(run-tests 'my.cool.library))
Warning: this doesn't