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

Method test_is_pretty

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

Source from the content-addressed store, hash-verified

100 assert not cfg.is_pretty
101
102 def test_is_pretty(self) -> None:
103 cfg = OutputConfig(mode=OutputMode.PRETTY)
104 assert cfg.is_pretty
105 assert not cfg.is_json
106 assert not cfg.is_plain
107
108
109# =============================================================================

Callers

nothing calls this directly

Calls 1

OutputConfigClass · 0.90

Tested by

no test coverage detected