]> granicus.if.org Git - python/commitdiff
Add a comment explaining what these tests are for, and where to look for
authorFred Drake <fdrake@acm.org>
Thu, 13 Dec 2001 19:57:53 +0000 (19:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 13 Dec 2001 19:57:53 +0000 (19:57 +0000)
tests of complex().

Lib/test/test_complex.py

index 9faab71d83058fbdea36927404db8cd05cd8442d..f16fb3bf2e7ffdbd084f225e662bc2a7e501720b 100644 (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