Would it be better for ./bin/kaocha --focus some.ns.that.doesnt-exit
to fail rather than return successfully (though it does print 0 tests, 0 assertions, 0 failures
)
I guess it makes sense not to fail a suite if there are no tests though
It should at least be a warning i would say when you use a test id that does not exist
Would you mind making an issue to track this?
went to make the issue, but there already is one: https://github.com/lambdaisland/kaocha/issues/33
Oops :) thanks for checking!