summaryrefslogtreecommitdiff
path: root/doc/en/usage.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-08-31 19:11:20 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2017-08-31 19:11:41 -0300
commit3288c9a110558b703a89896a5e3f08ff58dfa732 (patch)
tree65b6c519d29b943ae851d81ac4641c5049af9ff3 /doc/en/usage.rst
parent539523cfee4c49a765569abcf68134b1255eedb5 (diff)
downloadpytest-3288c9a110558b703a89896a5e3f08ff58dfa732.tar.gz
Improve user guidance regarding ``--resultlog`` deprecation
Fix #2739
Diffstat (limited to 'doc/en/usage.rst')
-rw-r--r--doc/en/usage.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/usage.rst b/doc/en/usage.rst
index 9360a8ed2..a8c6d40a0 100644
--- a/doc/en/usage.rst
+++ b/doc/en/usage.rst
@@ -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