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

Method test_files_dist_info

Lib/test/test_importlib/metadata/test_api.py:188–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 self.assertRegex(repr(util.hash), '<FileHash mode: sha256 value: .*>')
187
188 def test_files_dist_info(self):
189 self._test_files(files('distinfo-pkg'))
190
191 def test_files_egg_info(self):
192 self._test_files(files('egginfo-pkg'))

Callers

nothing calls this directly

Calls 2

_test_filesMethod · 0.95
filesFunction · 0.90

Tested by

no test coverage detected