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

Method teardown_method

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

Source from the content-addressed store, hash-verified

116 configure_output(OutputMode.PLAIN)
117
118 def teardown_method(self) -> None:
119 configure_output(OutputMode.PRETTY)
120
121 def test_print_line_strips_markup(self, capsys: pytest.CaptureFixture[str]) -> None:
122 print_line("[bold]Hello[/bold] [cyan]World[/cyan]")

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected