Merge pull request #6270 from blueyed/docs-log_cli

docs: add missing `log_cli` confval
This commit is contained in:
Daniel Hahler 2019-11-24 23:21:49 +01:00 committed by GitHub
commit a8230d77f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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" <live_logs>`).
The default is ``False``.
.. code-block:: ini
[pytest]
log_cli = True
.. confval:: log_cli_date_format