mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -1125,7 +1125,7 @@ class PosixTester(unittest.TestCase):
|
|||
"""
|
||||
Test functions that call path_error2(), providing two filenames in their exceptions.
|
||||
"""
|
||||
for name in ("rename", "replace", "link", "symlink"):
|
||||
for name in ("rename", "replace", "link"):
|
||||
function = getattr(os, name, None)
|
||||
|
||||
if function:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue