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

Function _pretty_mode

tests/test_pipe_friendly_format.py:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25@pytest.fixture()
26def _pretty_mode() -> Any:
27 configure_output(OutputMode.PRETTY)
28 yield
29 configure_output(OutputMode.PRETTY)
30
31
32# =============================================================================

Callers

nothing calls this directly

Calls 1

configure_outputFunction · 0.90

Tested by

no test coverage detected