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

Method test_glob_dirs

Lib/test/test_zipfile/_path/test_path.py:491–494  ·  view source on GitHub ↗
(self, alpharep)

Source from the content-addressed store, hash-verified

489
490 @pass_alpharep
491 def test_glob_dirs(self, alpharep):
492 root = zipfile.Path(alpharep)
493 assert list(root.glob('b')) == [zipfile.Path(alpharep, "b/")]
494 assert list(root.glob('b*')) == [zipfile.Path(alpharep, "b/")]
495
496 @pass_alpharep
497 def test_glob_subdir(self, alpharep):

Callers

nothing calls this directly

Calls 2

globMethod · 0.95
listClass · 0.85

Tested by

no test coverage detected