mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Make test class name unique so that both test classes run.
This commit is contained in:
parent
0e9e98edc7
commit
722b5fdbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -4259,7 +4259,7 @@ def test_argument_error(self):
|
|||
# ArgumentTypeError tests
|
||||
# =======================
|
||||
|
||||
class TestArgumentError(TestCase):
|
||||
class TestArgumentTypeError(TestCase):
|
||||
|
||||
def test_argument_type_error(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue