Commit 2ab0083a authored by Fred Drake's avatar Fred Drake

Add a comment explaining what these tests are for, and where to look for

tests of complex().
parent 3cce0624
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment