MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_glob_dirs

Method test_glob_dirs

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

Source from the content-addressed store, hash-verified

490
491 @pass_alpharep
492 def test_glob_dirs(self, alpharep):
493 root = zipfile.Path(alpharep)
494 assert list(root.glob('b')) == [zipfile.Path(alpharep, "b/")]
495 assert list(root.glob('b*')) == [zipfile.Path(alpharep, "b/")]
496
497 @pass_alpharep
498 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