Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ suspend_fixture
Method
suspend_fixture
src/_pytest/capture.py:830–832 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
828
self._capture_fixture.close()
829
830
def
suspend_fixture(self) -> None:
831
if
self._capture_fixture:
832
self._capture_fixture._suspend()
833
834
def
resume_fixture(self) -> None:
835
if
self._capture_fixture:
Callers
2
suspend
Method · 0.95
global_and_fixture_disabled
Method · 0.95
Calls
1
_suspend
Method · 0.80
Tested by
no test coverage detected