cpython/Lib/test/test_io
Cody Maloney ce23eeaa2b
gh-138013: Split BufferedIO tests from test_io.test_general (#139454)
The last remaining set of tests to split out that are focused on one
specific implementation portion (`bufferedio.c`).

test_io.test_general is now largely tests around `io.open` and module
properties (ex. pickling, class hierarchy, module members, etc).

This closes #138013.
2025-10-01 09:06:26 +02:00
..
__init__.py
__main__.py
test_bufferedio.py gh-138013: Split BufferedIO tests from test_io.test_general (#139454) 2025-10-01 09:06:26 +02:00
test_file.py
test_fileio.py
test_general.py gh-138013: Split BufferedIO tests from test_io.test_general (#139454) 2025-10-01 09:06:26 +02:00
test_largefile.py
test_memoryio.py
test_signals.py gh-138013: Split SignalsTest from test_io.test_general (#139079) 2025-09-19 18:21:50 +00:00
test_textio.py gh-138013: Split TextIO tests from test_io.test_general (#139173) 2025-09-30 17:37:15 +02:00
test_univnewlines.py
utils.py