Commit ff18b800 authored by Guido van Rossum's avatar Guido van Rossum

Don't reference a module named test.test_support. Always use plain

test_support.  Also fixed the expected output.
parent 79ca79d1
test_getopt
Running tests on getopt.short_has_arg
Running tests on getopt.long_has_args
Running tests on getopt.do_shorts
Running tests on getopt.do_longs
Running tests on getopt.getopt
Module getopt: tests completed successfully.
......@@ -3,7 +3,7 @@
import getopt
from getopt import GetoptError
from test.test_support import verbose
from test_support import verbose
def expectException(teststr, expected, failure=AssertionError):
"""Executes a statement passed in teststr, and raises an exception
......
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