(self)
| 182 | file.read_text() |
| 183 | |
| 184 | def test_file_hash_repr(self): |
| 185 | util = [p for p in files('distinfo-pkg') if p.name == 'mod.py'][0] |
| 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')) |
nothing calls this directly
no test coverage detected