MCPcopy 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

Calls

no outgoing calls

Tested by 1