mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Try to make test_import a bit more robust
This commit is contained in:
parent
60bf7e9e4d
commit
46719af05a
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ def remove_files(name):
|
|||
|
||||
class ImportTests(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
remove_files(TESTFN)
|
||||
|
||||
def tearDown(self):
|
||||
unload(TESTFN)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue