feat: filter_dir function

This commit is contained in:
Rónán Carrigan
2022-09-12 06:59:47 +01:00
parent c76e25df65
commit 288e58b83d

View File

@@ -72,6 +72,10 @@ function PythonNeotestAdapter.is_test_file(file_path)
return is_test_file(file_path)
end
function PythonNeotestAdapter.filter_dir(name)
return name ~= "venv"
end
---@async
---@return Tree | nil
function PythonNeotestAdapter.discover_positions(path)