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

Method test_zero_count

tests/test_uitree_api.py:447–448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

445 assert _strip_panel_count("MyPanel (v2)") == "MyPanel (v2)"
446
447 def test_zero_count(self) -> None:
448 assert _strip_panel_count("Panel (0)") == "Panel"
449
450 def test_empty_string(self) -> None:
451 assert _strip_panel_count("") == ""

Callers

nothing calls this directly

Calls 1

_strip_panel_countFunction · 0.90

Tested by

no test coverage detected