kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2019-09-26T11:25:16.005700Z

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)

2019-09-26T11:25:48.006300Z

I guess it makes sense not to fail a suite if there are no tests though

plexus 2019-09-26T12:46:49.007Z

It should at least be a warning i would say when you use a test id that does not exist

plexus 2019-09-26T12:47:00.007400Z

Would you mind making an issue to track this?

2019-09-27T16:55:14.008Z

went to make the issue, but there already is one: https://github.com/lambdaisland/kaocha/issues/33

plexus 2019-09-27T17:15:50.008300Z

Oops :) thanks for checking!