]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139322: Create test_os package (#139453)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Oct 2025 14:42:45 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 14:42:45 +0000 (16:42 +0200)
commit0158890005b0be9b6375fefabb2465eba2b6fd83
tree6ae547bef93dd8b7054c2c32ee5bbb3a796a1c45
parentf39dea3baeb9f9b7a0199d06508d722494db0145
gh-139322: Create test_os package (#139453)

* Move test_posix.py and test_os.py to Lib/test/test_os/.
* Split Windows specific test cases to a new test_windows.py file.
Lib/test/libregrtest/findtests.py
Lib/test/test_os/__init__.py [new file with mode: 0644]
Lib/test/test_os/test_os.py [moved from Lib/test/test_os.py with 88% similarity]
Lib/test/test_os/test_posix.py [moved from Lib/test/test_posix.py with 100% similarity]
Lib/test/test_os/test_windows.py [new file with mode: 0644]
Lib/test/test_os/utils.py [new file with mode: 0644]
Makefile.pre.in