test_ok2/changelog/7631.trivial.rst

3 lines
212 B
ReStructuredText
Raw Normal View History

2020-08-14 16:01:55 +08:00
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.