]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Move I/O test infrastructre to test_io.utils (#138475)
authorCody Maloney <cmaloney@users.noreply.github.com>
Thu, 11 Sep 2025 10:45:30 +0000 (03:45 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 10:45:30 +0000 (12:45 +0200)
commit101172486f81d00092ffea09f75d65770362e76b
treeb51e29902643846ce8b4ae215d3003bd1cbd4e5b
parent1da989be74eaa94590ec28e750e5352de1ead227
gh-138013: Move I/O test infrastructre to test_io.utils (#138475)

This moves test support code to `test_io.utils` via copy/paste
code movement then adjusts imports as needed
(remove unneded + add all required).
Lib/test/test_io/test_general.py
Lib/test/test_io/utils.py [new file with mode: 0644]