From 82b6f83a9886d37ba4adc2dd831a5baac5e2f2bf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 18 Jun 2024 13:14:33 -0700 Subject: [PATCH] cleanup test --- aider/tests/test_repo.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/tests/test_repo.py b/aider/tests/test_repo.py index e4497d72a..b8cc3b06a 100644 --- a/aider/tests/test_repo.py +++ b/aider/tests/test_repo.py @@ -178,6 +178,9 @@ class TestRepo(unittest.TestCase): original_author_name = os.environ.get("GIT_AUTHOR_NAME") self.assertIsNone(original_author_name) + del raw_repo + del git_repo + def test_get_tracked_files(self): # Create a temporary directory tempdir = Path(tempfile.mkdtemp())