cognitect-labs / test-runner

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

Do not test namespaces without active tests #36

Closed mthl closed 3 years ago

mthl commented 3 years ago

This fixes #33 in a more general way because it handles every test filtering feature not just :vars.

Moreover this implementation simplifies disabling useless fixtures described in #7.

puredanger commented 3 years ago

Thanks, I'll take a look at this on Friday