chore: styling (#38)
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
|||||||
local PythonNeotestAdapter = { name = "neotest-python" }
|
local PythonNeotestAdapter = { name = "neotest-python" }
|
||||||
|
|
||||||
PythonNeotestAdapter.root =
|
PythonNeotestAdapter.root =
|
||||||
lib.files.match_root_pattern("pyproject.toml", "setup.cfg", "mypy.ini", "pytest.ini", "setup.py")
|
lib.files.match_root_pattern("pyproject.toml", "setup.cfg", "mypy.ini", "pytest.ini", "setup.py")
|
||||||
|
|
||||||
function PythonNeotestAdapter.is_test_file(file_path)
|
function PythonNeotestAdapter.is_test_file(file_path)
|
||||||
return is_test_file(file_path)
|
return is_test_file(file_path)
|
||||||
|
Reference in New Issue
Block a user