ert-info
ert-info is a Lisp macro in `ert.el
'.
(ert-info (MESSAGE-FORM &key ((:prefix PREFIX-FORM) "Info: ")) &body BODY)
Evaluate MESSAGE-FORM and BODY, and report the message if BODY fails.
To be used within ERT tests. MESSAGE-FORM should evaluate to a
string that will be displayed together with the test result if
the test fails. PREFIX-FORM should evaluate to a string as well
and is displayed in front of the value of MESSAGE-FORM.