From 68773e779a29be7b116dada0dddc0c4adc8a3179 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 13 Dec 2001 19:57:53 +0000 Subject: Add a comment explaining what these tests are for, and where to look for tests of complex(). --- Lib/test/test_complex.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12