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.
1 parent 27a0eff commit d4400d0Copy full SHA for d4400d0
1 file changed
lua/dap-python.lua
@@ -312,7 +312,7 @@ end
312
313
314
--- Run test class above cursor
315
----@param opts DebugOpts See |dap-python.DebugOpts|
+---@param opts? DebugOpts See |dap-python.DebugOpts|
316
function M.test_class(opts)
317
opts = vim.tbl_extend('keep', opts or {}, default_test_opts)
318
local class_node = closest_above_cursor(get_class_nodes())
@@ -326,7 +326,7 @@ end
326
327
328
--- Run the test method above cursor
329
330
function M.test_method(opts)
331
332
local function_node = closest_above_cursor(get_function_nodes())
0 commit comments