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

Method test_empty_string

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

Source from the content-addressed store, hash-verified

448 assert _strip_panel_count("Panel (0)") == "Panel"
449
450 def test_empty_string(self) -> None:
451 assert _strip_panel_count("") == ""
452
453
454class TestAddPanelParam:

Callers

nothing calls this directly

Calls 1

_strip_panel_countFunction · 0.90

Tested by

no test coverage detected