Arne Brasseur

Results 158 comments of Arne Brasseur

Yeah sure, that would be great. It's mostly used as part of other reporters, I guess I never imagined people using it by itself but it makes sense.

Leiningen test selectors aren't quite the same thing, as lein-test doesn't have the concept of test suites, but nevertheless I agree this could be useful. A simple `:kaocha/default-suites` key which...

Please provide as much context as possible when reporting issues - what's your tests.edn? - what command line flags are you using? - are you running from CLI or REPL?...

This has to do with the `fail-fast` mechanism, kaocha generates an exception to halt execution, rather than continuing the current test var. This is normally handled by the leaf test...

This definitely needs fixing, it might not be super common as it's really a combination of watch+fail-fast+load errors, but it will affects plugins/hooks more generally. I'm pretty busy right now...

Generally I would recommend writing your test in such a way that there's always an assertion. That said making this configurable doesn't hurt, PR welcome.

Yes, a PR would still be most welcome. Thanks!

I'm surprised that actually works. Are you sure you used a `pre-test` hook and not a `pre-report` hook?

We'd like a general approach for opting out of specific warnings. Something where every type of warnings is identified by a keyword, and you can turn them off per type...

I think this is a good idea, using `is` with any literal in the first position should really be a failure. (so anything except a list or a var name).