diff --git a/dap-python.el b/dap-python.el index 4eb6b590..dab5f646 100644 --- a/dap-python.el +++ b/dap-python.el @@ -288,7 +288,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"