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
792 stars 81 forks source link

Clearer error message when binding a non-existent variable #421

Open crimsonhawk47 opened 1 year ago

crimsonhawk47 commented 1 year ago

I ran into this today when I removed a variable that was in the :bindings configuration. All I got was a null pointer exception, and no stacktrace. It'd be great if there was a more explicit message saying we were trying to bind a variable that didn't exist.