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

Method test_toolbar_with_count

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

Source from the content-addressed store, hash-verified

436 assert _strip_panel_count("DockArea:SceneView (12)") == "DockArea:SceneView"
437
438 def test_toolbar_with_count(self) -> None:
439 assert _strip_panel_count("Toolbar (76)") == "Toolbar"
440
441 def test_no_count_suffix(self) -> None:
442 assert _strip_panel_count("Toolbar") == "Toolbar"

Callers

nothing calls this directly

Calls 1

_strip_panel_countFunction · 0.90

Tested by

no test coverage detected