Merge pull request #2742 from nicoddemus/resultlog-deprecation

Improve user guidance regarding ``--resultlog`` deprecation
This commit is contained in:
Ronny Pfannschmidt
2017-09-01 08:29:41 +02:00
committed by GitHub
4 changed files with 16 additions and 2 deletions

View File

@@ -311,6 +311,13 @@ Creating resultlog format files
This option is rarely used and is scheduled for removal in 4.0.
An alternative for users which still need similar functionality is to use the
`pytest-tap <https://pypi.python.org/pypi/pytest-tap>`_ plugin which provides
a stream of test data.
If you have any concerns, please don't hesitate to
`open an issue <https://github.com/pytest-dev/pytest/issues>`_.
To create plain-text machine-readable result files you can issue::
pytest --resultlog=path