diff --git a/lua/neotest-python/init.lua b/lua/neotest-python/init.lua index 2437d56..00fedf6 100644 --- a/lua/neotest-python/init.lua +++ b/lua/neotest-python/init.lua @@ -31,11 +31,8 @@ local function get_strategy_config(strategy, python, program, args) end end -local get_args = function(runner, position) - if runner == "unittest" then - runner = "pyunit" - end - return lib.vim_test.collect_args("python", runner, position) +local get_args = function() + return {} end local stored_runners = {}