weavejester / eftest

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

WIP: Add main function for CLI usage #44

Open kawas44 opened 6 years ago

kawas44 commented 6 years ago

Allow execution from any tool that can launch from -main (lein run -m, clj -m, etc)

Hi,

I have implemented a main function with options inspired by boot test. https://github.com/adzerk-oss/boot-test/blob/master/src/adzerk/boot_test.clj

TODO: Need to give more info about options usage and cross-usage. What happen if we use 2 keywords or a namespace name and a namespace regex, etc.

Regards

aviflax commented 6 years ago

Just for cross-reference: this is intended to resolve #43.

manuel-uberti commented 6 years ago

Any updates on this? :)