Same values, same hash.
(self, vi)
| 57 | assert vi < (19, 2, 0, "post1") |
| 58 | |
| 59 | def test_hash(self, vi): |
| 60 | """ |
| 61 | Same values, same hash. |
| 62 | """ |
| 63 | assert hash(vi) == hash(VersionInfo(19, 2, 0, "final")) |
nothing calls this directly
no test coverage detected