diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 8cc5dd9c5..74143b4d0 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -126,7 +126,9 @@ called.") :prefix "t" "f" #'python-pytest-file "k" #'python-pytest-file-dwim - "m" #'python-pytest-repeat + "t" #'python-pytest-function + "m" #'python-pytest-function-dwim + "r" #'python-pytest-repeat "p" #'python-pytest-popup))