mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Fix test_str.py so that it tests the str8 class.
Fix string_tests.py::MixinStrUnicodeTest.test_bug1001011(): Test str and str8.
This commit is contained in:
parent
756f139b97
commit
4c271fe85c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ class StrTest(
|
|||
string_tests.MixinStrUnicodeTest,
|
||||
):
|
||||
|
||||
type2test = str
|
||||
type2test = str8
|
||||
|
||||
# We don't need to propagate to str
|
||||
def fixtype(self, obj):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue