This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, martin.panter, serhiy.storchaka
Date 2016-03-18.19:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458329335.66.0.664683935127.issue26257@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me that all tests from CommonTest except test_capitalize_nonascii can be merged into BaseTest.

A number of tests from MixinStrUnicodeUserStringTest could be applied to bytes and bytearray too.

I think we should left only two classes in string_tests: common tests for str, UserString, bytes and bytearray, and common tests for str and UserString that are not applicable to bytes and bytearray.
History
Date User Action Args
2016-03-18 19:28:55serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, martin.panter
2016-03-18 19:28:55serhiy.storchakasetmessageid: <1458329335.66.0.664683935127.issue26257@psf.upfronthosting.co.za>
2016-03-18 19:28:55serhiy.storchakalinkissue26257 messages
2016-03-18 19:28:55serhiy.storchakacreate