Merge pull request #7644 from bluetech/changelog-7631

Add changelog for PR #7631
This commit is contained in:
Ran Benita
2020-08-14 11:54:31 +03:00
committed by GitHub

View File

@@ -0,0 +1,2 @@
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.