From: R. David Murray Date: Sat, 20 Nov 2010 03:48:58 +0000 (+0000) Subject: Make test class name unique so that both test classes run. X-Git-Tag: v3.2b1~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=722b5fdbb872997e9fbfecd480de976a782412e5;p=thirdparty%2FPython%2Fcpython.git Make test class name unique so that both test classes run. --- diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 74075bb4e769..2f2dd4d7298c 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase): # ArgumentTypeError tests # ======================= -class TestArgumentError(TestCase): +class TestArgumentTypeError(TestCase): def test_argument_type_error(self):