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

Method test_files

Lib/test/test_importlib/metadata/test_zip.py:55–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 self._fixture_on_path('example-21.12-py3.6.egg')
54
55 def test_files(self):
56 for file in files('example'):
57 path = str(file.dist.locate_file(file))
58 assert '.egg/' in path, path
59
60 def test_normalized_name(self):
61 dist = distribution('example')

Callers

nothing calls this directly

Calls 3

filesFunction · 0.90
strFunction · 0.85
locate_fileMethod · 0.45

Tested by

no test coverage detected