FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-138013: Split BufferedIO tests from test_io.test_general by cmaloney · Pull Request #139454 · python/cpython · GitHub

/ cpython Public

gh-138013: Split BufferedIO tests from test_io.test_general - #139454

Merged
vstinner merged 1 commit into
python:mainfrom
cmaloney:split_bufferedio2
Oct 1, 2025
Merged

gh-138013: Split BufferedIO tests from test_io.test_general#139454
vstinner merged 1 commit into
python:mainfrom
cmaloney:split_bufferedio2

Conversation

cmaloney commented Sep 30, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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 just tests around io.open and module properties (ex. pickling, class hierarchy, module members, etc).


cc: @vstinner , This closes #138013

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 python#138013

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

vstinner merged commit ce23eea into python:main Oct 1, 2025
53 checks passed

vstinner commented Oct 1, 2025

Copy link
Copy Markdown
Member

Merged, thanks.

cmaloney deleted the split_bufferedio2 branch October 1, 2025 07:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Buffered tests from test_io to test_bufio

3 participants


Back | FazBrowse Home | New Git URL