MCPcopy Index your code
hub / github.com/python/cpython / test_bug_6050

Method test_bug_6050

Lib/test/test_zipfile/test_core.py:3266–3269  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3264 self.assertTrue(os.path.exists(os.path.join(TESTFN2, "a", "b", "c")))
3265
3266 def test_bug_6050(self):
3267 # Extraction should succeed if directories already exist
3268 os.mkdir(os.path.join(TESTFN2, "a"))
3269 self.test_extract_dir()
3270
3271 def test_extract_dir_backslash(self):
3272 zfname = findfile("zipdir_backslash.zip", subdir="archivetestdata")

Callers

nothing calls this directly

Calls 3

test_extract_dirMethod · 0.95
mkdirMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected