Skip to content

[3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963) - #116032

Merged
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-e72576c-3.12
Feb 28, 2024
Merged

[3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963)#116032
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-e72576c-3.12

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Feb 28, 2024

Copy link
Copy Markdown
Contributor
  • 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 commit e72576c)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…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 commit e72576c)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@serhiy-storchaka