Skip to content

Commit 99146ea

Browse files
committed
tests/io: Remove "testfile" at end of open_plus test.
1 parent 556a1df commit 99146ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/io/open_plus.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@
4040
f.seek(0)
4141
print(f.read())
4242
f.close()
43+
44+
# cleanup
45+
try:
46+
os.unlink("testfile")
47+
except OSError:
48+
pass

0 commit comments

Comments
 (0)