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

Function _plain_mode

tests/test_pipe_friendly_format.py:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18@pytest.fixture()
19def _plain_mode() -> Any:
20 configure_output(OutputMode.PLAIN)
21 yield
22 configure_output(OutputMode.PRETTY)
23
24
25@pytest.fixture()

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected