Kaydet (Commit) a56b42b1 authored tarafından Guido van Rossum's avatar Guido van Rossum

Change testdescr.py to use the test_main() approach.

üst 2e2be376
......@@ -1952,7 +1952,7 @@ def coercions():
coerce(0j, C(0))
def all():
def test_main():
lists()
dicts()
dict_constructor()
......@@ -1992,7 +1992,7 @@ def all():
classic_comparisons()
rich_comparisons()
coercions()
if verbose: print "All OK"
all()
if verbose: print "All OK"
if __name__ == "__main__":
test_main()
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