mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fix some tests by deleting stuff.
This commit is contained in:
parent
8518bdc382
commit
f903f00ee2
4 changed files with 1 additions and 56 deletions
|
|
@ -10,8 +10,6 @@ from UserString import UserString, MutableString
|
|||
class UserStringTest(
|
||||
string_tests.CommonTest,
|
||||
string_tests.MixinStrUnicodeUserStringTest,
|
||||
string_tests.MixinStrStringUserStringTest,
|
||||
string_tests.MixinStrUserStringTest
|
||||
):
|
||||
|
||||
type2test = UserString
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue