From: Fred Drake Date: Thu, 13 Dec 2001 19:57:53 +0000 (+0000) Subject: Add a comment explaining what these tests are for, and where to look for X-Git-Tag: v2.2.1c1~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68773e779a29be7b116dada0dddc0c4adc8a3179;p=python Add a comment explaining what these tests are for, and where to look for tests of complex(). --- diff --git a/Lib/test/test_complex.py b/Lib/test/test_complex.py index 9faab71d83..f16fb3bf2e 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