Variable: cider-test-last-test-ns
cider-test-last-test-ns is a variable defined in cider-test.el.
Value
nil
Documentation
The ns of the last test ran with cider-test-run-test.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defvar cider-test-last-test-ns nil
"The ns of the last test ran with `cider-test-run-test'.")