| import pytest | |
| from matplotlib.backend_tools import ToolHelpBase | |
| def test_format_shortcut(rc_shortcut, expected): | |
| assert ToolHelpBase.format_shortcut(rc_shortcut) == expected | |
| import pytest | |
| from matplotlib.backend_tools import ToolHelpBase | |
| def test_format_shortcut(rc_shortcut, expected): | |
| assert ToolHelpBase.format_shortcut(rc_shortcut) == expected | |