mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #22390: Remove files created by tests
This commit is contained in:
parent
8f437aac06
commit
047b7ae566
7 changed files with 10 additions and 3 deletions
|
@ -69,6 +69,7 @@ class TestSupport(unittest.TestCase):
|
|||
finally:
|
||||
del sys.path[0]
|
||||
support.unlink(mod_filename)
|
||||
support.rmtree('__pycache__')
|
||||
|
||||
def test_HOST(self):
|
||||
s = socket.socket()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue