MCPcopy Create free account
hub / github.com/pytest-dev/pytest / read_global_capture

Method read_global_capture

src/_pytest/capture.py:689–691  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

687 self.resume_fixture()
688
689 def read_global_capture(self) -> CaptureResult[str]:
690 assert self._global_capturing is not None
691 return self._global_capturing.readouterr()
692
693 # Fixture Control
694

Calls 1

readouterrMethod · 0.45