]> granicus.if.org Git - python/commitdiff
Make test class name unique so that both test classes run.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 20 Nov 2010 03:48:58 +0000 (03:48 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 20 Nov 2010 03:48:58 +0000 (03:48 +0000)
Lib/test/test_argparse.py

index 74075bb4e7699b62f5d6c2f4d9bfff7bc12f4a94..2f2dd4d7298c5c69cc4cd7fd7d10d2a64f0641f9 100644 (file)
@@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase):
 # ArgumentTypeError tests
 # =======================
 
-class TestArgumentError(TestCase):
+class TestArgumentTypeError(TestCase):
 
     def test_argument_type_error(self):