mirror of https://github.com/python/cpython
Add a comment explaining what these tests are for, and where to look for
tests of complex().
This commit is contained in:
parent
61f649d608
commit
68773e779a
|
@ -1,6 +1,9 @@
|
|||
from test_support import TestFailed
|
||||
from random import random
|
||||
|
||||
# These tests ensure that complex math does the right thing; tests of
|
||||
# the complex() function/constructor are in test_b1.py.
|
||||
|
||||
# XXX need many, many more tests here.
|
||||
|
||||
nerrors = 0
|
||||
|
|
Loading…
Reference in New Issue