From 936545877ad80332427c1e7d7ef79f354928c8f9 Mon Sep 17 00:00:00 2001 From: uelei Date: Sat, 25 May 2019 21:01:31 -0300 Subject: [PATCH] add option to run one function only --- modules/lang/python/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))