lambdaisland / kaocha

Full featured next gen Clojure test runner
https://cljdoc.org/d/lambdaisland/kaocha/1.0.861/doc/1-introduction
Eclipse Public License 1.0
796 stars 82 forks source link

Kaocha watch mode not reporting load errors #370

Closed frenchy64 closed 1 year ago

frenchy64 commented 1 year ago

When there are 2 (or more) entries in :kaocha/tests and you activate the second one in watch mode, if reloading a file fails, the stacktrace is not printed.

Please find a full reproduction here: https://github.com/frenchy64/reprod-kaocha-watch-bug

alysbrooks commented 1 year ago

Thank you for the issue and issue reproduction repository! I left some comments on your PR.