Fix some tests by deleting stuff.

This commit is contained in:
Guido van Rossum 2007-06-14 00:04:46 +00:00
parent 8518bdc382
commit f903f00ee2
4 changed files with 1 additions and 56 deletions

View file

@ -8,7 +8,6 @@ from test import test_support, string_tests
class StrTest(
string_tests.CommonTest,
string_tests.MixinStrUnicodeUserStringTest,
string_tests.MixinStrUserStringTest,
string_tests.MixinStrUnicodeTest,
):