We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default_runner
1 parent d777c2b commit 7c427e2Copy full SHA for 7c427e2
1 file changed
lua/dap-python.lua
@@ -38,6 +38,7 @@ local function default_runner()
38
end
39
f:close()
40
41
+ return 'unittest'
42
else
43
return 'unittest'
44
0 commit comments