From 397d1493131812dae6c8d2099c40125e36a6f815 Mon Sep 17 00:00:00 2001 From: Martin Liu <1459760+martin-liu@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:39:55 -0700 Subject: [PATCH] fix(python): renamed python-pytest commands These two commands were renamed upstream and pulled in in 1fa1eba: - python-pytest-function-dwim -> python-pytest-run-def-or-class-at-point - python-pytest-function-dwim -> python-pytest-run-def-or-class-at-point-dwim Amend: 1fa1eba5ac38 Ref: wbolster/emacs-python-pytest#75 --- modules/lang/python/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index a68672366..42d959c81 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -196,8 +196,8 @@ "a" #'python-pytest "f" #'python-pytest-file-dwim "F" #'python-pytest-file - "t" #'python-pytest-function-dwim - "T" #'python-pytest-function + "t" #'python-pytest-run-def-or-class-at-point-dwim + "T" #'python-pytest-run-def-or-class-at-point "r" #'python-pytest-repeat "p" #'python-pytest-dispatch))