(self)
| 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" |
nothing calls this directly
no test coverage detected