Skip to content

Commit e4389ac

Browse files
authored
Remove resultlog from the docs (#13465)
It was removed by d69abff in version `6.1.0`. Fixes #13464
1 parent 4c205cf commit e4389ac

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

doc/en/how-to/output.rst

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -571,29 +571,6 @@ That will cause pytest to truncate the assertions to 10 lines or 90 characters,
571571
Setting both :confval:`truncation_limit_lines` and :confval:`truncation_limit_chars` to ``0`` will disable the truncation.
572572
However, setting only one of those values will disable one truncation mode, but will leave the other one intact.
573573

574-
Creating resultlog format files
575-
--------------------------------------------------
576-
577-
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.
593-
594-
595-
.. _`PyPy-test`: http://buildbot.pypy.org/summary
596-
597574

598575
Creating JUnitXML format files
599576
----------------------------------------------------

0 commit comments

Comments
 (0)