In total, test_posix.py and test_os.py are the second largest test in the Python test suite: 8,193 lines.
I propose to:
- (1) merge these two files into a new single test_os package
- and (2) split these files into smaller files to ease their maintenance.
Linked PRs