practicalli / spacemacs

Content for the book - Clojure Development with Spacemacs
https://practical.li/spacemacs
Creative Commons Attribution Share Alike 4.0 International
110 stars 33 forks source link

Cider tests - experiences #237

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

, t a calls the spacemacs version of running all teats, first evaluating the current buffer and then run all tests that have been loaded into the REPL. It does not load unevaluate tests outside of the current buffer namespace.

, t n will run tests in the current namespace even if they have not been evaluated in the repl as yet. It does not seem to run tests in other namespaces

, t n will load changed definitions of tests from the current namespace What about stale deftest definitions?