This commit is contained in:
Michael Panchenko
2025-06-13 23:29:35 +02:00
parent 3ca27e47d5
commit 47a133a7c0
@@ -41,7 +41,7 @@ def create_ls_with_ignored_dirs(
@pytest.fixture(scope="module")
def ls_with_ignored_dirs() -> Generator[SyncLanguageServer, None, None]:
"""Fixture to set up an LS for the python test repo with the 'scripts' directory ignored."""
ignored_paths = ["scripts", "custom_test_repo"]
ignored_paths = ["scripts", "custom_test"]
ls = create_ls_with_ignored_dirs(ignored_paths=ignored_paths, language=Language.PYTHON)
ls.start()
try: