Commit 46719af0 authored by Antoine Pitrou's avatar Antoine Pitrou

Try to make test_import a bit more robust

parent 60bf7e9e
......@@ -30,6 +30,9 @@ def remove_files(name):
class ImportTests(unittest.TestCase):
def setUp(self):
remove_files(TESTFN)
def tearDown(self):
unload(TESTFN)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment