weavejester / eftest

Fast and pretty Clojure test runner
424 stars 40 forks source link

Command line support? #59

Closed didibus closed 5 years ago

didibus commented 5 years ago

We have an ANT task that currently runs our tests with a custom runner. Though I'd like to use something more standard and with prettier output. I was wondering if the output of eftest can be printed to out with color, or is this supposed to run from inside a REPL only?

weavejester commented 5 years ago

You can run it from a script instead of the REPL, and it should behave in the same way.