diff --git a/tests/test_zip.py b/tests/test_zip.py index 4279046d..8a4c9458 100644 --- a/tests/test_zip.py +++ b/tests/test_zip.py @@ -79,3 +79,7 @@ def test_files(self): for file in files('example'): path = str(file.dist.locate_file(file)) assert '.egg/' in path, path + + def test_normalized_name(self): + dist = distribution('example') + assert dist._normalized_name == 'example'