]> granicus.if.org Git - python/commitdiff
Don't reference a module named test.test_support. Always use plain
authorGuido van Rossum <guido@python.org>
Mon, 21 Aug 2000 22:59:29 +0000 (22:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Aug 2000 22:59:29 +0000 (22:59 +0000)
test_support.  Also fixed the expected output.

Lib/test/output/test_getopt
Lib/test/test_getopt.py

index b632f716fe03190a6e86714ce29c0e72bdd2f77f..838276e0b0f87148e35c52efbfe15aef4bef850c 100644 (file)
@@ -1,7 +1 @@
 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.
index 1580a79f2521d4a1c9549c80299a19ba85d6ae93..3927c1c31e3860b475f7a933e464c76d2c0dbd34 100644 (file)
@@ -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