feat: pass strategy to get_args (#57)
This commit is contained in:
committed by
GitHub
parent
ff20740633
commit
c969a5b007
@@ -148,7 +148,7 @@ function PythonNeotestAdapter.build_spec(args)
|
|||||||
"--runner",
|
"--runner",
|
||||||
runner,
|
runner,
|
||||||
"--",
|
"--",
|
||||||
vim.list_extend(get_args(runner, position), args.extra_args or {}),
|
vim.list_extend(get_args(runner, position, args.strategy), args.extra_args or {}),
|
||||||
})
|
})
|
||||||
if position then
|
if position then
|
||||||
table.insert(script_args, position.id)
|
table.insert(script_args, position.id)
|
||||||
|
Reference in New Issue
Block a user