We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ace46 commit f9dd580Copy full SHA for f9dd580
src/_pytest/capture.py
@@ -85,7 +85,7 @@ def __init__(self, method) -> None:
85
self._capture_fixture = None # type: Optional[CaptureFixture]
86
87
def __repr__(self):
88
- return "<CaptureManager _method={!r} _global_capturing={!r} _item_capture={!r}>".format(
+ return "<CaptureManager _method={!r} _global_capturing={!r} _capture_fixture={!r}>".format(
89
self._method, self._global_capturing, self._capture_fixture
90
)
91
0 commit comments