(self)
| 92 | self._fixture_on_path('example-21.12-py3.6.egg') |
| 93 | |
| 94 | def test_files(self): |
| 95 | for file in files('example'): |
| 96 | path = str(file.dist.locate_file(file)) |
| 97 | assert '.egg/' in path, path |
| 98 | |
| 99 | def test_normalized_name(self): |
| 100 | dist = distribution('example') |
nothing calls this directly
no test coverage detected