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 27a2676 commit 86ac2bbCopy full SHA for 86ac2bb
lua/neotest-python/init.lua
@@ -155,6 +155,8 @@ function PythonNeotestAdapter.build_spec(args)
155
if pytest_discover_instances then
156
table.insert(script_args, "--emit-parameterized-ids")
157
end
158
+
159
+ table.insert(script_args, "--")
160
vim.list_extend(script_args, get_args(runner, position, args.strategy))
161
if args.extra_args then
162
vim.list_extend(script_args, args.extra_args)
0 commit comments