Variable: ert-batch-print-level

ert-batch-print-level is a variable defined in ert.el.gz.

Value

5

Documentation

print-level setting used in ert-run-tests-batch.

When formatting lists in test conditions, print-level will be temporarily set to this value. See also ert-batch-backtrace-line-length for its effect on stack traces.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defvar ert-batch-print-level 5
  "`print-level' setting used in `ert-run-tests-batch'.

When formatting lists in test conditions, `print-level' will be
temporarily set to this value.  See also
`ert-batch-backtrace-line-length' for its effect on stack
traces.")