mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
cleanup test
This commit is contained in:
parent
ca6eae293e
commit
82b6f83a98
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ class TestRepo(unittest.TestCase):
|
||||||
original_author_name = os.environ.get("GIT_AUTHOR_NAME")
|
original_author_name = os.environ.get("GIT_AUTHOR_NAME")
|
||||||
self.assertIsNone(original_author_name)
|
self.assertIsNone(original_author_name)
|
||||||
|
|
||||||
|
del raw_repo
|
||||||
|
del git_repo
|
||||||
|
|
||||||
def test_get_tracked_files(self):
|
def test_get_tracked_files(self):
|
||||||
# Create a temporary directory
|
# Create a temporary directory
|
||||||
tempdir = Path(tempfile.mkdtemp())
|
tempdir = Path(tempfile.mkdtemp())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue