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

Method test_pretty_flag_false

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

Source from the content-addressed store, hash-verified

34 assert resolve_output_mode(pretty_flag=True) is OutputMode.PRETTY
35
36 def test_pretty_flag_false(self) -> None:
37 assert resolve_output_mode(pretty_flag=False) is OutputMode.PLAIN
38
39 def test_env_unity_cli_json(self) -> None:
40 with patch.dict(os.environ, {"UNITY_CLI_JSON": "1"}, clear=False):

Callers

nothing calls this directly

Calls 1

resolve_output_modeFunction · 0.90

Tested by

no test coverage detected