Variable: cider-test-default-exclude-selectors

cider-test-default-exclude-selectors is a customizable variable defined in cider-test.el.

Value

nil

Documentation

List of exclude 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
(defcustom cider-test-default-exclude-selectors '()
  "List of exclude selector strings to use when executing tests if none provided."
  :type '(repeat string)
  :package-version '(cider . "1.1.0"))