cognitect-labs / test-runner

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

Fix --var option #16

Closed ghadishayban closed 5 years ago

ghadishayban commented 6 years ago

The set predicate used to filter by vars #{ #'var.one #'var.two}} was improperly constructed - it discarded the supplied var option entirely. (map with one arg is a valid transducer)

marco-m commented 5 years ago

@levand any chance to have a look at this PR ?

borkdude commented 5 years ago

Please merge...