mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Centralize `io` tests into the `test_io` module so they are easier to find and work on. This will make it easier to split `test_general` which takes 30+ seconds in a debug build on my machine. This renames `test_bufio` to be `test_bufferedio` so that it matches the implementation file name (`bufferedio.c`). Validation performed: Tests are run in parallel after change: ```bash ./python.exe -m test test_io -uall,largefile,extralargefile -M12G -j8 ``` Docstring reformat in `test_io/__init__.py` looks reasonable: ```python >>> import test.test_io >>> help(test.test_io) ``` Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cmdline.py | ||
| filter.py | ||
| findtests.py | ||
| logger.py | ||
| main.py | ||
| mypy.ini | ||
| parallel_case.py | ||
| pgo.py | ||
| refleak.py | ||
| result.py | ||
| results.py | ||
| run_workers.py | ||
| runtests.py | ||
| save_env.py | ||
| setup.py | ||
| single.py | ||
| testresult.py | ||
| tsan.py | ||
| utils.py | ||
| win_utils.py | ||
| worker.py | ||