Skip to content

Commit d62ea37

Browse files
committed
merge os_info.py to stdlib_os.py
1 parent 01b1344 commit d62ea37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

extra_tests/snippets/os_info.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

extra_tests/snippets/stdlib_os.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
from testutils import assert_raises
77

8+
assert os.name == 'posix' or os.name == 'nt'
9+
810
fd = os.open('README.md', os.O_RDONLY)
911
assert fd > 0
1012

0 commit comments

Comments
 (0)