avoid leaving stray temp files

This commit is contained in:
Mike McLean 2024-07-11 16:57:33 -04:00 committed by Tomas Kopecek
parent 8d8274a35e
commit 6002373ff9
8 changed files with 82 additions and 60 deletions

View file

@ -39,6 +39,7 @@ class TestDistRepoInit(unittest.TestCase):
def tearDown(self):
mock.patch.stopall()
shutil.rmtree(self.tempdir)
def test_simple_dist_repo_init(self):