mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-81005: Refactor str tests to reflect that str and unicode are merged in Python 3 (#13172)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
76170f5458
commit
ddb1485953
5 changed files with 31 additions and 39 deletions
|
@ -7,8 +7,7 @@ from test import string_tests
|
|||
from collections import UserString
|
||||
|
||||
class UserStringTest(
|
||||
string_tests.CommonTest,
|
||||
string_tests.MixinStrUnicodeUserStringTest,
|
||||
string_tests.StringLikeTest,
|
||||
unittest.TestCase
|
||||
):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue