cpython/Lib/test/libregrtest
Cody Maloney 974532e758
gh-138013: Move I/O tests to test_io (#138365)
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>
2025-09-03 11:37:06 +02:00
..
__init__.py
cmdline.py
filter.py
findtests.py gh-138013: Move I/O tests to test_io (#138365) 2025-09-03 11:37:06 +02:00
logger.py
main.py gh-135494: Fix python -m test --pgo -x test_re (#135713) 2025-06-24 12:21:35 +02:00
mypy.ini
parallel_case.py
pgo.py
refleak.py
result.py
results.py
run_workers.py
runtests.py
save_env.py gh-134657: Remove newly added private names from asyncio.__all__ (#134665) 2025-07-09 13:25:46 +05:30
setup.py gh-135124: Change stdout errors in regrtest worker process (#135138) 2025-06-05 11:17:03 +02:00
single.py gh-135489: Show verbose output for failing tests during PGO profiling step with --enable-optimizations (#135512) 2025-06-17 01:06:48 -04:00
testresult.py
tsan.py gh-117657: enable test_capi under TSAN (#136269) 2025-07-08 13:05:24 +05:30
utils.py gh-137341: Remove more word duplications (GH-137342) 2025-08-03 19:41:12 +03:00
win_utils.py
worker.py