]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)
authorJason R. Coombs <jaraco@jaraco.com>
Thu, 14 Mar 2024 17:50:24 +0000 (13:50 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 17:50:24 +0000 (17:50 +0000)
commitfd8e30eb62d0ecfb75786df1ac25593b0143cc98
tree3665ede1260dcc3cdb8e6062b7b70282173b5436
parent61e54bfcee9f08a8e09aa1b2fd6cea69ca6a26e0
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)

Move the test for ZipFile into the core tests for zipfile.
Lib/test/test_zipfile/_path/test_path.py
Lib/test/test_zipfile/test_core.py