cognitect-labs / test-runner

A test runner for clojure.test
Eclipse Public License 2.0
288 stars 32 forks source link

Exclusion Feature: Fixture functions should not be run if no tests will be run from this namespace #7

Closed kawas44 closed 3 years ago

kawas44 commented 6 years ago

Scenario

Result Initialization fixture function is executed, but no tests were selected in this namespace to be run

Expected As with lein test. No fixture execution when no tests will be run from namespace

Workaround If you happen to have grouped your tests in the same namespace. Use regexp exclusion.

Cheers