mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
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 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue