Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f649d commit 68773e7Copy full SHA for 68773e7
1 file changed
Lib/test/test_complex.py
@@ -1,6 +1,9 @@
1
from test_support import TestFailed
2
from random import random
3
4
+# These tests ensure that complex math does the right thing; tests of
5
+# the complex() function/constructor are in test_b1.py.
6
+
7
# XXX need many, many more tests here.
8
9
nerrors = 0
0 commit comments