From 722b5fdbb872997e9fbfecd480de976a782412e5 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sat, 20 Nov 2010 03:48:58 +0000 Subject: [PATCH] Make test class name unique so that both test classes run. --- Lib/test/test_argparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 74075bb4e76..2f2dd4d7298 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):