We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fa812 commit 39e6ec5Copy full SHA for 39e6ec5
1 file changed
docs/user_guide.rst
@@ -14,7 +14,16 @@ Report streaming
14
15
In order to stream the result, basically generating the report for each finished test
16
instead of waiting until the full run is finished, you can set the ``generate_report_on_test``
17
-ini-value:
+value.
18
+
19
+Using `pyproject.toml` file:
20
21
+.. code-block:: toml
22
23
+ [tool.pytest.ini_options]
24
+ generate_report_on_test = true
25
26
+or using `pytest.ini` file:
27
28
.. code-block:: ini
29
0 commit comments