Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ DummyTerminal
Class
DummyTerminal
testing/logging/test_reporting.py:952–954 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
950
self.calls.append(
"exit disabled"
)
951
952
class
DummyTerminal(io.StringIO):
953
def
section(self, *args, **kwargs):
954
pass
955
956
out_file = cast(TerminalReporter, DummyTerminal())
957
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