MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / setup_method

Method setup_method

tests/test_output.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113
114class TestPlainTextOutput:
115 def setup_method(self) -> None:
116 configure_output(OutputMode.PLAIN)
117
118 def teardown_method(self) -> None:
119 configure_output(OutputMode.PRETTY)

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected