Respect PYTEST_DONT_REWRITE for plugins too.

This commit is contained in:
Antony Lee
2017-12-12 17:39:10 -08:00
parent 5c6d7739bc
commit c8e7d1ae34
4 changed files with 21 additions and 7 deletions

View File

@@ -347,7 +347,7 @@ class RunResult:
:stdout: :py:class:`LineMatcher` of stdout, use ``stdout.str()`` to
reconstruct stdout or the commonly used ``stdout.fnmatch_lines()``
method
:stderrr: :py:class:`LineMatcher` of stderr
:stderr: :py:class:`LineMatcher` of stderr
:duration: duration in seconds
"""