This can be quite noisy in a project with a lot of test namespaces. Should ns-filter also filter out namespaces that aren't present in :vars, if :vars is set? Alternatively maybe test-ns itself should take care of printing the Testing message, but only do so if there are some test vars present in that namespace.
If I limit tests to a single var with something like
The test runner output still includes output like
This can be quite noisy in a project with a lot of test namespaces. Should
ns-filter
also filter out namespaces that aren't present in:vars
, if:vars
is set? Alternatively maybetest-ns
itself should take care of printing theTesting
message, but only do so if there are some test vars present in that namespace.I can PR either change if you'd like.