mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Delete TESTFN after the test.
This commit is contained in:
parent
00efeadbcf
commit
4d0f5a4934
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue