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

Method test_normalized_name

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

Source from the content-addressed store, hash-verified

97 assert '.egg/' in path, path
98
99 def test_normalized_name(self):
100 dist = distribution('example')
101 assert dist._normalized_name == 'example'

Callers

nothing calls this directly

Calls 1

distributionFunction · 0.90

Tested by

no test coverage detected