SIGN IN SIGN UP

gh-115961: Improve tests for compressed file-like objects (GH-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.
S
Serhiy Storchaka committed
e72576c48b8be1e4f22c2f387f9769efa073c5be
Parent: 02beb9f
Committed by GitHub <noreply@github.com> on 2/28/2024, 7:51:08 AM