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

View file

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