MCPcopy Create free account
hub / github.com/python/cpython / test_files

Method test_files

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

Source from the content-addressed store, hash-verified

92 self._fixture_on_path('example-21.12-py3.6.egg')
93
94 def test_files(self):
95 for file in files('example'):
96 path = str(file.dist.locate_file(file))
97 assert '.egg/' in path, path
98
99 def test_normalized_name(self):
100 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