mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
fix win tests ci
This commit is contained in:
parent
821eae16ae
commit
ccf77e874d
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,7 @@ class TestRepoMap(unittest.TestCase):
|
||||||
|
|
||||||
# close the open cache files, so Windows won't error
|
# close the open cache files, so Windows won't error
|
||||||
del repo_map
|
del repo_map
|
||||||
|
del repo
|
||||||
|
|
||||||
def test_repo_map_refresh_auto(self):
|
def test_repo_map_refresh_auto(self):
|
||||||
with GitTemporaryDirectory() as temp_dir:
|
with GitTemporaryDirectory() as temp_dir:
|
||||||
|
@ -154,6 +155,7 @@ class TestRepoMap(unittest.TestCase):
|
||||||
|
|
||||||
# close the open cache files, so Windows won't error
|
# close the open cache files, so Windows won't error
|
||||||
del repo_map
|
del repo_map
|
||||||
|
del repo
|
||||||
|
|
||||||
def test_get_repo_map_with_identifiers(self):
|
def test_get_repo_map_with_identifiers(self):
|
||||||
# Create a temporary directory with a sample Python file containing identifiers
|
# Create a temporary directory with a sample Python file containing identifiers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue