You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create plain-text machine-readable result files you can issue:
578
-
579
-
.. code-block:: bash
580
-
581
-
pytest --resultlog=path
582
-
583
-
and look at the content at the ``path`` location. Such files are used e.g.
584
-
by the `PyPy-test`_ web page to show test results over several revisions.
585
-
586
-
.. warning::
587
-
588
-
This option is rarely used and is scheduled for removal in pytest 6.0.
589
-
590
-
If you use this option, consider using the new `pytest-reportlog <https://github.com/pytest-dev/pytest-reportlog>`__ plugin instead.
591
-
592
-
See :ref:`the deprecation docs <resultlog deprecated>` for more information.
0 commit comments