feat(gui): pytest sub-items use the pytest icon
"pytest step" children now show the pytest logo (pytest.png), matching the parent "pytest" item, instead of the generic document icon. Icon already embedded in the compiled resources — no rcc regen needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ _ITEM_CONFIG = {
|
||||
"unittest": {"icon": "folder.png", "icon_on": "folder-open.png", "expanded": True, "no_breakpoint": True},
|
||||
"unittest step": {"icon": "document.png", "no_breakpoint": True},
|
||||
"pytest": {"icon": "pytest.png", "expanded": True, "no_breakpoint": True},
|
||||
"pytest step": {"icon": "document.png", "no_breakpoint": True},
|
||||
"pytest step": {"icon": "pytest.png", "no_breakpoint": True},
|
||||
"Console": {"icon": "terminal.png", "unfoldable": False},
|
||||
"Console action": {"icon": "terminal.png"},
|
||||
"Cycle": {"icon": "cycle.png", "expanded": True},
|
||||
|
||||
Reference in New Issue
Block a user