summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-13 19:57:53 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-13 19:57:53 (GMT)
commit68773e779a29be7b116dada0dddc0c4adc8a3179 (patch)
tree3f0062e752e933963708bf465f769d4a19e0adbb /Lib
parent61f649d608b21298bf52193b2e1a3e086c55e2e0 (diff)
downloadcpython-68773e779a29be7b116dada0dddc0c4adc8a3179.zip
cpython-68773e779a29be7b116dada0dddc0c4adc8a3179.tar.gz
cpython-68773e779a29be7b116dada0dddc0c4adc8a3179.tar.bz2
Add a comment explaining what these tests are for, and where to look for
tests of complex().
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_complex.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_complex.py b/Lib/test/test_complex.py
index 9faab71..f16fb3b 100644
--- a/Lib/test/test_complex.py
+++ b/Lib/test/test_complex.py
@@ -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