(self)
| 186 | self.assertRegex(repr(util.hash), '<FileHash mode: sha256 value: .*>') |
| 187 | |
| 188 | def test_files_dist_info(self): |
| 189 | self._test_files(files('distinfo-pkg')) |
| 190 | |
| 191 | def test_files_egg_info(self): |
| 192 | self._test_files(files('egginfo-pkg')) |
nothing calls this directly
no test coverage detected