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

Method test_normalized_name

Lib/test/test_importlib/test_zip.py:60–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 assert '.egg/' in path, path
59
60 def test_normalized_name(self):
61 dist = distribution('example')
62 assert dist._normalized_name == 'example'

Callers

nothing calls this directly

Calls 1

distributionFunction · 0.90

Tested by

no test coverage detected