From 3788fd2c449bb6bcd71e42410a2d300573abfc3a Mon Sep 17 00:00:00 2001 From: "lifeainteasy@web.de" Date: Sat, 24 Oct 2020 01:29:44 +0200 Subject: [PATCH] Add Keybinding for testing all functions in the project with pytest --- modules/lang/python/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 95f351a32..24e8ab5ec 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -189,6 +189,7 @@ called.") :localleader :map python-mode-map :prefix ("t" . "test") + "a" #'python-pytest "f" #'python-pytest-file-dwim "F" #'python-pytest-file "t" #'python-pytest-function-dwim