Kaydet (Commit) 36e79117 authored tarafından Victor Stinner's avatar Victor Stinner

test_zipimport: fix test name

üst 4a3733d1
...@@ -384,7 +384,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase): ...@@ -384,7 +384,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
@unittest.skipIf(support.TESTFN_UNENCODABLE is None, @unittest.skipIf(support.TESTFN_UNENCODABLE is None,
"need an unencodable filename") "need an unencodable filename")
def testUndecodable(self): def testUnencodable(self):
filename = support.TESTFN_UNENCODABLE + ".zip" filename = support.TESTFN_UNENCODABLE + ".zip"
z = ZipFile(filename, "w") z = ZipFile(filename, "w")
zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW)) zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment