Arne Brasseur

Results 300 comments of Arne Brasseur

Parallel testing would require some significant restructuring of Kaocha's internals. I'd still be interested in getting this in. If a company wants to fund this work they can contact me...

This is being worked on in https://github.com/lambdaisland/kaocha/pull/234 , please try it out!

Hi @john-shaffer , thanks a lot for this PR. There's some good stuff in here, and I appreciate you're helping to make Kaocha better. Sorry it's taken me so long...

Hi @john-shaffer , do you still have interest in getting this in a mergable state, or was this a drive-by PR?

Thanks Phillip, this is great. Normally my first question is "can it be a plugin"? In this case it could, bit it probably does make sense to have it in...

With `--focus-meta` / `:focus-meta`, when no tests are found it will run all tests. This is somewhat deliberate, this allows you to configure `:focus-meta [:focus]`, and when you want to...

Looking at the code I think we should revisit this implementation, it starts two watchers, one is given all the test-paths/source-paths, the other is given `#{config-file}`, i.e. tests.edn. I think...

I'm ok with changing this. I would generally recommend to stick to the Clojure convention of naming your test namespaces `something-test`, and to be selective so Kaocha doesn't load more...

Agreed that this would be a good candidate for a `#kaocha/v2`, I've started a ticket to track that: #183.