Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-115961: Improve tests for compressed file-like objects#115963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-115961: Improve tests for compressed file-like objects#115963
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.
Uh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…onGH-115963)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.(cherry picked from commite72576c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sorry,@serhiy-storchaka, I could not cleanly backport this to
|
GH-116032 is a backport of this pull request to the3.12 branch. |
…115963) (GH-116032)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.(cherry picked from commite72576c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
bedevere-bot commentedFeb 28, 2024
|
pythonGH-115963)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.(cherry picked from commite72576c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-116039 is a backport of this pull request to the3.11 branch. |
…115963) (GH-116039)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.(cherry picked from commite72576c)
…onGH-115963)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.
…onGH-115963)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.
…onGH-115963)* Increase coverage for compressed file-like objects initialized with a file name, an open file object, a file object opened by file descriptor, and a file-like object without name and mode attributes (io.BytesIO)* Increase coverage for name, fileno(), mode, readable(), writable(), seekable() in different modes and states* No longer skip tests with bytes names* Test objects implementing the path protocol, not just pathlib.Path.
Uh oh!
There was an error while loading.Please reload this page.