Delete TESTFN after the test.
This commit is contained in:
parent
00efeadbcf
commit
4d0f5a4934
|
@ -54,6 +54,9 @@ class MockNonBlockWriterIO(io.RawIOBase):
|
|||
|
||||
class IOTest(unittest.TestCase):
|
||||
|
||||
def tearDown(self):
|
||||
test_support.unlink(test_support.TESTFN)
|
||||
|
||||
def write_ops(self, f):
|
||||
f.write(b"blah.")
|
||||
f.seek(0)
|
||||
|
|
Loading…
Reference in New Issue