James Reeves
James Reeves
Sure, if it's put in a `eftest.main` namespace.
What sort of filtering logic would be moved? Current you can insert a filter directly at the REPL: ```clojure (->> (find-tests "test") (filter whatever?) (run-tests)) ``` I believe you can...
I'm tentatively of the opinion that a function like this could be added to your development environment. Perhaps something like: ```clojure (ns user (:require [eftest.runner :as ef])) (defn run-tests []...
Because of the way `clojure.test` works, that might be the best solution. We could add in something that combines multiple reporters automatically, or potentially we could try and create a...
Thanks. Can you fix the capitalisation in the commit message? e.g. Add time notation to testcase in jUnit output
Fixed by #84
Can you provide an example of what you mean?
Should `report` be used for this? The documentation for `clojure.test` explicitly says that: > the vars being tested will be a list in "`*testing-vars*`"
Sorry for the delay. It looks fine - can you squash down your commits?
> > The commit message should not contain markdown. > > Are you on board with this one? Some months ago GH added pretty rendering for markdown in various places...