Variable: ert-batch-print-length
ert-batch-print-length is a variable defined in ert.el.gz.
Value
10
Documentation
print-length setting used in ert-run-tests-batch.
When formatting lists in test conditions, print-length 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-length 10
"`print-length' setting used in `ert-run-tests-batch'.
When formatting lists in test conditions, `print-length' will be
temporarily set to this value. See also
`ert-batch-backtrace-line-length' for its effect on stack
traces.")