We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e1d31 commit 7f2f09aCopy full SHA for 7f2f09a
tests/test_zip.py
@@ -79,3 +79,7 @@ def test_files(self):
79
for file in files('example'):
80
path = str(file.dist.locate_file(file))
81
assert '.egg/' in path, path
82
+
83
+ def test_normalized_name(self):
84
+ dist = distribution('example')
85
+ assert dist._normalized_name == 'example'
0 commit comments