Description
Bug report
Bug description:
Most I/O tests are setup for running on multiple implementations. As tests have been added for bug fixes some now use open()
or the class constructor directly instead of the self.
version which does implementation delegation. This means that some features are not tested when the I/O module implementation is changed (ex. _io
, _pyio
).
I'm planning to use this as a meta issue as I find individual cases and update the test, fixing up implementations as needed to get tests passing.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
- gh-133982: Update test_bufio to use self.open #133983
- gh-133982: Run unclosed file test on all io implementations #134165
- [3.14] gh-133982: Update test_bufio to use self.open (gh-133983) #134428
- [3.13] gh-133982: Update test_bufio to use self.open (gh-133983) #134429
- [3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) #134433
- [3.13] gh-133982: Run unclosed file test on all io implementations (gh-134165) #134434
- gh-133982: Use self.open in test_largefile #135363
- gh-133982: Use implementation-specific open in test_fileio OtherFileTests #135364
Activity
pythongh-133982: Update test_bufio to use self.open
pythongh-133982: Run unclosed file test on all io implementations
pythongh-133982: Run unclosed file test on all io implementations
gh-133982: Update test_bufio to use self.open (gh-133983)
pythongh-133982: Update test_bufio to use self.open (pythongh-133983)
gh-133982: Run unclosed file test on all io implementations (gh-134165)
16 remaining items