How to customize shortcut for "Debug 'Python tests for ...`"?

In my test view, I have per-test actions activated by clicking green rectangle on the left margin. How do I add shortcut to “Debug Python tests for uti…`” action? I don't see this action in the list of Keymap/Customize…

0
1 comment
As far as I know, it's not possible to map this specific action to a shortcut. Clicking the gutter icon will create a temporary run/debug configuration for this test. You can then run it with the "Debug" shortcut. However, if you create a configuration for any other test, you will need to select the previous configuration or click the icon again. 

Potentially, this could be solved with the option to add shortcuts to specific run configurations, which we have a request for: IDEA-69968 (https://youtrack.jetbrains.com/issue/IDEA-69968)
1

Please sign in to leave a comment.