(self)
| 53 | self._fixture_on_path('example-21.12-py3.6.egg') |
| 54 | |
| 55 | def test_files(self): |
| 56 | for file in files('example'): |
| 57 | path = str(file.dist.locate_file(file)) |
| 58 | assert '.egg/' in path, path |
| 59 | |
| 60 | def test_normalized_name(self): |
| 61 | dist = distribution('example') |
nothing calls this directly
no test coverage detected