cpython/Lib/test/test_zipfile
Serhiy Storchaka e72576c48b
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.
2024-02-28 07:51:08 +00:00
..
_path gh-112795: Allow `/` folder in a zipfile (#112932) 2024-01-07 01:14:18 +00:00
__init__.py
__main__.py
test_core.py gh-115961: Improve tests for compressed file-like objects (GH-115963) 2024-02-28 07:51:08 +00:00