Function: cider-test-run-project-tests
cider-test-run-project-tests is an interactive and byte-compiled
function defined in cider-test.el.
Signature
(cider-test-run-project-tests PROMPT-FOR-FILTERS)
Documentation
Run all tests defined in all project namespaces, loading these as needed.
If PROMPT-FOR-FILTERS is non-nil, prompt the user for a test selectors to filter the tests with.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defun cider-test-run-project-tests (prompt-for-filters)
"Run all tests defined in all project namespaces, loading these as needed.
If PROMPT-FOR-FILTERS is non-nil, prompt the user for a test selectors to
filter the tests with."
(interactive "P")
(cider-test-execute :project nil nil prompt-for-filters))