File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -571,29 +571,6 @@ That will cause pytest to truncate the assertions to 10 lines or 90 characters,
571
571
Setting both :confval: `truncation_limit_lines ` and :confval: `truncation_limit_chars ` to ``0 `` will disable the truncation.
572
572
However, setting only one of those values will disable one truncation mode, but will leave the other one intact.
573
573
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
-
597
574
598
575
Creating JUnitXML format files
599
576
----------------------------------------------------
You can’t perform that action at this time.
0 commit comments