(rc_shortcut, expected)
| 17 | ('cmd+1', 'Cmd+1'), |
| 18 | ]) |
| 19 | def test_format_shortcut(rc_shortcut, expected): |
| 20 | assert ToolHelpBase.format_shortcut(rc_shortcut) == expected |
nothing calls this directly
no test coverage detected
searching dependent graphs…