Closed kawas44 closed 3 years ago
Scenario
(use-fixtures :once (fn [f] (println "Execute costly integration fixture")(f)))
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
Scenario
(use-fixtures :once (fn [f] (println "Execute costly integration fixture")(f)))
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