feat: remove vim-test arg compat

This commit is contained in:
Rónán Carrigan
2022-06-05 11:24:07 +01:00
parent ff70ffac75
commit e040840e65

View File

@@ -31,11 +31,8 @@ local function get_strategy_config(strategy, python, program, args)
end end
end end
local get_args = function(runner, position) local get_args = function()
if runner == "unittest" then return {}
runner = "pyunit"
end
return lib.vim_test.collect_args("python", runner, position)
end end
local stored_runners = {} local stored_runners = {}