(self)
| 282 | |
| 283 | @skip_unless_internalhash |
| 284 | def test_long_fixed_hash(self): |
| 285 | if self.repr_long is None: |
| 286 | return |
| 287 | h = self.get_expected_hash(2, 11) |
| 288 | self.assertEqual(self.get_hash(self.repr_long, seed=42), h) |
| 289 | |
| 290 | |
| 291 | class StrHashRandomizationTests(StringlikeHashRandomizationTests, |
nothing calls this directly
no test coverage detected