feat: filter_dir function
This commit is contained in:
@@ -72,6 +72,10 @@ function PythonNeotestAdapter.is_test_file(file_path)
|
|||||||
return is_test_file(file_path)
|
return is_test_file(file_path)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function PythonNeotestAdapter.filter_dir(name)
|
||||||
|
return name ~= "venv"
|
||||||
|
end
|
||||||
|
|
||||||
---@async
|
---@async
|
||||||
---@return Tree | nil
|
---@return Tree | nil
|
||||||
function PythonNeotestAdapter.discover_positions(path)
|
function PythonNeotestAdapter.discover_positions(path)
|
||||||
|
Reference in New Issue
Block a user