Variable: cider-test-default-include-selectors
cider-test-default-include-selectors is a customizable variable
defined in cider-test.el.
Value
nil
Documentation
List of include selector strings to use when executing tests if none provided.
This variable was added, or its default value changed, in cider version 1.1.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-test.el
;;; Test execution
(defcustom cider-test-default-include-selectors '()
"List of include selector strings to use when executing tests if none provided."
:type '(repeat string)
:package-version '(cider . "1.1.0"))