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

Method test_files_egg_info

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

Source from the content-addressed store, hash-verified

189 self._test_files(files('distinfo-pkg'))
190
191 def test_files_egg_info(self):
192 self._test_files(files('egginfo-pkg'))
193 self._test_files(files('egg_with_module-pkg'))
194 self._test_files(files('egg_with_no_modules-pkg'))
195 self._test_files(files('sources_fallback-pkg'))
196
197 def test_version_egg_info_file(self):
198 self.assertEqual(version('egginfo-file'), '0.1')

Callers

nothing calls this directly

Calls 2

_test_filesMethod · 0.95
filesFunction · 0.90

Tested by

no test coverage detected