kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
JAtkins 2020-07-02T19:03:46.386600Z

Hi all, I have a usage question - is it possible to use watch from the repl? I'd like a workflow where I'm writing tests and saving code, but when a failure occurs have all the code loaded so I can jump into the repl to investigate. If it's not possible, is the closest thing just keeping tools.ns up and refreshing the code in my repl when the kaocha runner shows errors? I found this, but it was left blank: https://github.com/lambdaisland/kaocha/issues/97

JAtkins 2020-07-02T19:18:49.387500Z

Nevermind. I had assumed based on the lack of response that the code didn't work. Apparently it does exactly what I wanted 🙂.

1