cider-auto-select-test-report-buffer | Determines if the test-report buffer should be auto-selected. |
cider-auto-test-mode | Non-nil if Cider-Auto-Test mode is enabled. |
cider-auto-test-mode-hook | Hook run after entering or leaving ‘cider-auto-test-mode’. |
cider-test--current-repl | Contains the reference to the REPL where the tests were last invoked from. |
cider-test--spinner-buffers | List of buffers where test spinners are active. |
cider-test-default-exclude-selectors | List of exclude selector strings to use when executing tests if none provided. |
cider-test-default-include-selectors | List of include selector strings to use when executing tests if none provided. |
cider-test-ediff-buffers | The expected/actual buffers used to display diff. |
cider-test-fail-fast | Controls whether to stop a test run on failure/error. |
cider-test-infer-test-ns | Function to infer the test namespace for NS. |
cider-test-items-background-color | Background color for test assertion items. |
cider-test-last-results | The results of the last run test. |
cider-test-last-summary | The summary of the last run test. |
cider-test-last-test-ns | The ns of the last test ran with ‘cider-test-run-test’. |
cider-test-last-test-var | The var of the last test ran with ‘cider-test-run-test’. |
cider-test-menu | CIDER test submenu. |
cider-test-report-buffer | Buffer name in which to display test reports. |
cider-test-report-mode-abbrev-table | Abbrev table for ‘cider-test-report-mode’. |
cider-test-report-mode-hook | Hook run after entering Test Report mode. |
cider-test-report-mode-map | Keymap for ‘cider-test-report-mode’. |
cider-test-report-mode-menu | Menu for CIDER’s test result mode |
cider-test-report-mode-syntax-table | Syntax table for ‘cider-test-report-mode’. |
cider-test-show-report-on-success | Whether to show the ‘*cider-test-report*‘ buffer on passing tests. |