Variable: ert--infos
ert--infos is a variable defined in ert.el.gz.
Value
nil
Documentation
The stack of ert-info infos that currently apply.
Bound dynamically. This is a list of (PREFIX . MESSAGE) pairs.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
;;; Implementation of `ert-info'.
;; TODO(ohler): The name `info' clashes with
;; `ert--test-execution-info'. One or both should be renamed.
(defvar ert--infos '()
"The stack of `ert-info' infos that currently apply.
Bound dynamically. This is a list of (PREFIX . MESSAGE) pairs.")