]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Split TextIO tests from test_io.test_general (#139173)
authorCody Maloney <cmaloney@users.noreply.github.com>
Tue, 30 Sep 2025 15:37:15 +0000 (08:37 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Sep 2025 15:37:15 +0000 (17:37 +0200)
commitf752fde452d3bf6ff7dd45a474fbb3de9f977bf6
tree69602bcd12b05b1a77d1a0bb623fb46ddd4acfbc
parent01157e0cdff1321a065b0a00c5a97460f52af07e
gh-138013: Split TextIO tests from test_io.test_general (#139173)

gh-138013: Split TextIO tests from test_general

These tests take 1.3 seconds on my dev machine, match fairly closely
with testing `textio.c` implementation only.
Lib/test/test_io/test_general.py
Lib/test/test_io/test_textio.py [new file with mode: 0644]