Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68773e7

Browse files
committed
Add a comment explaining what these tests are for, and where to look for
tests of complex().
1 parent 61f649d commit 68773e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_complex.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from test_support import TestFailed
22
from random import random
33

4+
# These tests ensure that complex math does the right thing; tests of
5+
# the complex() function/constructor are in test_b1.py.
6+
47
# XXX need many, many more tests here.
58

69
nerrors = 0

0 commit comments

Comments
 (0)