cleanup test

This commit is contained in:
Paul Gauthier 2024-06-18 13:14:33 -07:00
parent ca6eae293e
commit 82b6f83a98

View file

@ -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())