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

Method suspend_fixture

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

Source from the content-addressed store, hash-verified

718 self._capture_fixture.close()
719
720 def suspend_fixture(self) -> None:
721 if self._capture_fixture:
722 self._capture_fixture._suspend()
723
724 def resume_fixture(self) -> None:
725 if self._capture_fixture:

Callers 2

suspendMethod · 0.95

Calls 1

_suspendMethod · 0.80

Tested by

no test coverage detected