feat: remove vim-test arg compat
This commit is contained in:
@@ -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 = {}
|
||||||
|
Reference in New Issue
Block a user