(self)
| 189 | self._test_files(files('distinfo-pkg')) |
| 190 | |
| 191 | def test_files_egg_info(self): |
| 192 | self._test_files(files('egginfo-pkg')) |
| 193 | self._test_files(files('egg_with_module-pkg')) |
| 194 | self._test_files(files('egg_with_no_modules-pkg')) |
| 195 | self._test_files(files('sources_fallback-pkg')) |
| 196 | |
| 197 | def test_version_egg_info_file(self): |
| 198 | self.assertEqual(version('egginfo-file'), '0.1') |
nothing calls this directly
no test coverage detected