From b9dd0e621004f8849f6487316b6ff85f9691d251 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 24 Nov 2019 22:33:51 +0100 Subject: [PATCH] docs: add missing `log_cli` confval --- doc/en/reference.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 9986d1129..b24ca5e5a 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -1215,6 +1215,15 @@ passed multiple times. The expected format is ``name=value``. For example:: a specific entry in the log. ``extra`` kwarg overrides the value specified on the command line or in the config. +.. confval:: log_cli + + Enable log display during test run (also known as :ref:`"live logging" `). + The default is ``False``. + + .. code-block:: ini + + [pytest] + log_cli = True .. confval:: log_cli_date_format