We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5da15 commit 1598dacCopy full SHA for 1598dac
1 file changed
Lib/test/test_zipfile/test_core.py
@@ -4827,6 +4827,8 @@ def test_overlap_with_archive_comment(self):
4827
with self.assertRaisesRegex(zipfile.BadZipFile, 'Overlapped entries'):
4828
zipf.read('a')
4829
4830
+ @mock.patch('os.sep', '\\')
4831
+ @mock.patch('os.altsep', '/')
4832
def test_append_keep_filename(self):
4833
"""Files loaded from an archive should keep original filename when
4834
rewritten to central directory in append mode."""
0 commit comments