]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Mar 2024 20:24:19 +0000 (21:24 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 20:24:19 +0000 (16:24 -0400)
commit988246a17b69e7c3077c7456bc50d04d6f153c5d
treeeac30dd457dad7e26d64901e6659387e6c3bff77
parent9d08e14a0038a03f042f2540d3680530059aa1fd
[3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. (GH-116823) (#116830)

gh-112795: Move the test for ZipFile into the core tests for zipfile. (GH-116823)

Move the test for ZipFile into the core tests for zipfile.
(cherry picked from commit fd8e30eb62d0ecfb75786df1ac25593b0143cc98)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/test/test_zipfile/_path/test_path.py
Lib/test/test_zipfile/test_core.py