Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ Report streaming

In order to stream the result, basically generating the report for each finished test
instead of waiting until the full run is finished, you can set the ``generate_report_on_test``
ini-value:
value.

Using `pyproject.toml` file:

.. code-block:: toml

[tool.pytest.ini_options]
generate_report_on_test = true

or using `pytest.ini` file:

.. code-block:: ini

Expand Down