avoid leaving stray temp files
This commit is contained in:
parent
8d8274a35e
commit
6002373ff9
8 changed files with 82 additions and 60 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue