Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ DummyTerminal
Class
DummyTerminal
testing/logging/test_reporting.py:847–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
self.calls.append(
"exit disabled"
)
846
847
class
DummyTerminal(io.StringIO):
848
def
section(self, *args, **kwargs):
849
pass
850
851
out_file = cast(TerminalReporter, DummyTerminal())
852
capture_manager = (
Callers
1
test_live_logging_suspends_capture
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_live_logging_suspends_capture
Function · 0.68