]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Split BufferedIO tests from test_io.test_general (#139454)
authorCody Maloney <cmaloney@users.noreply.github.com>
Wed, 1 Oct 2025 07:06:26 +0000 (00:06 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 07:06:26 +0000 (09:06 +0200)
commitce23eeaa2b3f3cea175779791726424ade69a8ef
tree4dc8ebfea91223caa8ce6546ec07ffad05a0c1a2
parent536787591a2d18b7b84448edfb04dd695e0a98b0
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.
Lib/test/test_io/test_bufferedio.py
Lib/test/test_io/test_general.py