cognitect-labs / test-runner

A test runner for clojure.test
Eclipse Public License 2.0
287 stars 31 forks source link

Alternative output formats #5

Open SevereOverfl0w opened 6 years ago

SevereOverfl0w commented 6 years ago

For me, it would be useful to have the junit output format in particular for tooling. Both junit & tap are argument-less and use the same macro signature, so it's possible that this is all that needs supporting. If you need something else, you can always wrap the underlying format with your own macro which does conform.