mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Change all occurrences of verify(x == y) into vereq(x, y), since when
this type of test fails, vereq() does a better job of reporting than verify(). Change vereq(x, y) to use "not x == y" rather than "x != y" -- it makes a difference is some overloading tests.
This commit is contained in:
parent
b35f0ce2b8
commit
4570455813
1 changed files with 376 additions and 374 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue