fix: include extra args
This commit is contained in:
@@ -105,7 +105,7 @@ function PythonNeotestAdapter.build_spec(args)
|
|||||||
"--runner",
|
"--runner",
|
||||||
runner,
|
runner,
|
||||||
"--",
|
"--",
|
||||||
get_args(runner, position),
|
vim.list_extend(get_args(runner, position), 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