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

Method setup_method

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

Source from the content-addressed store, hash-verified

278
279class TestPrettyModeRegression:
280 def setup_method(self) -> None:
281 configure_output(OutputMode.PRETTY)
282
283 def test_print_key_value_pretty_with_title(self, capsys: pytest.CaptureFixture[str]) -> None:
284 print_key_value({"host": "localhost", "port": 6500}, "Config")

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected