Add a comment explaining what these tests are for, and where to look for

tests of complex().
This commit is contained in:
Fred Drake 2001-12-13 19:57:53 +00:00
parent 61f649d608
commit 68773e779a
1 changed files with 3 additions and 0 deletions

View File

@ -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