kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2020-08-26T12:11:22.146800Z

Funnel 0.1.42 is out, for real this time. Adds --daemonize and a bunch of other options and flags, and drops the built-in certificate in favor of having you generate one yourself with bhauman/certifiable (if you need ssl) https://github.com/lambdaisland/funnel/releases/tag/v0.1.42

plexus 2020-08-26T14:01:14.147600Z

small release of Kaocha, making its filtering a little smarter. If you run only a single test suite then it will skip the loading of the other test suites

plexus 2020-08-26T14:02:23.148900Z

Normally filtering only happens after everything is loaded, because kaocha needs to know the testable-id of everything to be able to properly apply it, but it does know the ids of the test suites beforehand, so this adds an earlier filtering pass where if anything is focused or skipped on the test suite level it already filters that out