Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26257>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to