mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-)
This commit is contained in:
parent
ce2ab351f0
commit
b0a7d4ec68
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ class TestMailbox(TestBase):
|
|||
|
||||
def setUp(self):
|
||||
self._path = test_support.TESTFN
|
||||
self._delete_recursively(self._path)
|
||||
self._box = self._factory(self._path)
|
||||
|
||||
def tearDown(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue