Skip to content

Conversation

cmaloney
Copy link
Contributor

@cmaloney cmaloney commented Sep 30, 2025

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
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM

@vstinner vstinner merged commit ce23eea into python:main Oct 1, 2025
53 checks passed
@vstinner
Copy link
Member

vstinner commented Oct 1, 2025

Merged, thanks.

@cmaloney cmaloney deleted the split_bufferedio2 branch October 1, 2025 07:12
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