Function: cider-test-menu--run-project
cider-test-menu--run-project is an interactive and byte-compiled
function defined in cider-test.el.
Signature
(cider-test-menu--run-project ARG1)
Documentation
Run the project's tests, applying the menu's selector ARGS.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-test.el
(transient-define-suffix cider-test-menu--run-project (args)
"Run the project's tests, applying the menu's selector ARGS."
(interactive (list (transient-args 'cider-test-menu)))
(cider-test-menu--apply-args args (lambda () (cider-test-run-project-tests nil))))