mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
There is no TestError, use TestFailed appropriately
This commit is contained in:
parent
8392f36579
commit
b1295da59e
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
import mpz
|
||||
from test_support import vereq
|
||||
from test_support import vereq, TestFailed
|
||||
|
||||
def check_conversion(num):
|
||||
mpz_num = mpz.mpz(num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue