Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ pytest_internalerror
Method
pytest_internalerror
src/_pytest/capture.py:798–799 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
796
797
@hookimpl(tryfirst=True)
798
def
pytest_internalerror(self) -> None:
799
self.stop_global_capturing()
800
801
802
class
CaptureFixture(Generic[AnyStr]):
Callers
nothing calls this directly
Calls
1
stop_global_capturing
Method · 0.95
Tested by
no test coverage detected