From b79b79ee1c8c11b8fe3b6ce350ad6eca9b22a129 Mon Sep 17 00:00:00 2001 From: Jens Schneider Date: Wed, 28 Feb 2024 10:43:11 +0100 Subject: [PATCH] Use :type python-test-at-point in "Run pytest (at point)" Signed-off-by: Jens Schneider --- dap-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap-python.el b/dap-python.el index 25688c23..db3fd4ca 100644 --- a/dap-python.el +++ b/dap-python.el @@ -298,7 +298,7 @@ strings, for the sake of launch.json feature parity." (dap-register-debug-provider "python-test-at-point" 'dap-python--populate-test-at-point) (dap-register-debug-template "Python :: Run pytest (at point)" - (list :type "python" + (list :type "python-test-at-point" :args "" :program nil :module "pytest"