, 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?
Are stale deftest definitions for the current namespace cleared from the repl before running the tests?
, 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?