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

Method setup_method

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

Source from the content-addressed store, hash-verified

243
244class TestPrintPlainTableHeader:
245 def setup_method(self) -> None:
246 configure_output(OutputMode.PLAIN)
247
248 def teardown_method(self) -> None:
249 configure_output(OutputMode.PRETTY)

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected