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

Method teardown_method

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

Source from the content-addressed store, hash-verified

246 configure_output(OutputMode.PLAIN)
247
248 def teardown_method(self) -> None:
249 configure_output(OutputMode.PRETTY)
250
251 def test_header_false_omits_header_row(self, capsys: pytest.CaptureFixture[str]) -> None:
252 print_plain_table(["Name", "ID"], [["Cube", "123"], ["Sphere", "456"]], header=False)

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected