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

Method test_glob_empty

Lib/test/test_zipfile/_path/test_path.py:533–536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

531 ]
532
533 def test_glob_empty(self):
534 root = zipfile.Path(zipfile.ZipFile(io.BytesIO(), 'w'))
535 with self.assertRaises(ValueError):
536 root.glob('')
537
538 @pass_alpharep
539 def test_eq_hash(self, alpharep):

Callers

nothing calls this directly

Calls 2

globMethod · 0.95
assertRaisesMethod · 0.45

Tested by

no test coverage detected