Files
pytest2/changelog/7631.trivial.rst
2020-08-14 11:02:44 +03:00

3 lines
212 B
ReStructuredText

The result type of :meth:`capfd.readouterr() <_pytest.capture.CaptureFixture.readouterr>` (and similar) is no longer a namedtuple,
but should behave like one in all respects. This was done for technical reasons.