summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-11-20 03:48:58 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-11-20 03:48:58 (GMT)
commit722b5fdbb872997e9fbfecd480de976a782412e5 (patch)
treef9925f86d75119ea7847ad697fbf5066a8327588 /Lib
parent0e9e98edc7924cf41e031c0a31e93870f31e3160 (diff)
downloadcpython-722b5fdbb872997e9fbfecd480de976a782412e5.zip
cpython-722b5fdbb872997e9fbfecd480de976a782412e5.tar.gz
cpython-722b5fdbb872997e9fbfecd480de976a782412e5.tar.bz2
Make test class name unique so that both test classes run.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py
index 74075bb..2f2dd4d 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):