Function: cider-test-run-ns-tests-with-filters
cider-test-run-ns-tests-with-filters is an interactive and
byte-compiled function defined in cider-test.el.
Signature
(cider-test-run-ns-tests-with-filters SUPPRESS-INFERENCE)
Documentation
Run tests filtered by selectors for the current Clojure namespace context.
With a prefix arg SUPPRESS-INFERENCE it will try to run the tests in the current ns.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defun cider-test-run-ns-tests-with-filters (suppress-inference)
"Run tests filtered by selectors for the current Clojure namespace context.
With a prefix arg SUPPRESS-INFERENCE it will try to run the tests in the
current ns."
(interactive "P")
(cider-test-run-ns-tests suppress-inference nil 't))