]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Remove load_tests in test_io.test_general (#138771)
authorCody Maloney <cmaloney@users.noreply.github.com>
Tue, 16 Sep 2025 08:37:28 +0000 (01:37 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Sep 2025 08:37:28 +0000 (10:37 +0200)
commited75160b73ee850103ccc55d4124b16424b9c002
tree73bdfdcf40a09192c8f46677b81077d4f56df356
parent90fe3250f82712b61630d636246c92df7c40c816
gh-138013: Remove load_tests in test_io.test_general (#138771)

Rely on default test discovery.

Validation:
```bash
 # Run before commit
./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > old_cases.txt
 # Run after commit
./python -m test test_io -uall,walltime,largefile,cpu,extralargefile -M25G -o --fail-env-changed -j0 --list-cases | sort > new_cases.txt

diff new_cases.txt old_cases.
 # <outputs no changes in case list>
```
Lib/test/test_io/test_general.py