Variable: cider-test-show-report-on-success
cider-test-show-report-on-success is a customizable variable defined
in cider-test.el.
Value
nil
Documentation
Whether to show the `*cider-test-report*` buffer on passing tests.
This variable was added, or its default value changed, in cider version 0.8.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
(defcustom cider-test-show-report-on-success nil
"Whether to show the `*cider-test-report*` buffer on passing tests."
:type 'boolean
:package-version '(cider . "0.8.0"))