diff --git a/lua/neotest-python/init.lua b/lua/neotest-python/init.lua index 0847187..bb781c6 100644 --- a/lua/neotest-python/init.lua +++ b/lua/neotest-python/init.lua @@ -69,7 +69,7 @@ end local PythonNeotestAdapter = { name = "neotest-python" } 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) return is_test_file(file_path)