Make test class name unique so that both test classes run.

This commit is contained in:
R. David Murray 2010-11-20 03:48:58 +00:00
parent 0e9e98edc7
commit 722b5fdbb8
1 changed files with 1 additions and 1 deletions

View File

@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase):
# ArgumentTypeError tests # ArgumentTypeError tests
# ======================= # =======================
class TestArgumentError(TestCase): class TestArgumentTypeError(TestCase):
def test_argument_type_error(self): def test_argument_type_error(self):