Martin Panter added the comment:

test_contains() does not appear to be overriding anything, so there is no 
problem removing that.

Unmasking the other three methods will allow six new test methods to run (via 
ByteArrayAsStringTest and BytesAsStringTest). There are already three 
equivalent methods defined in buffer_tests.py run via BytearrayPEP3137Test. I 
suggest to remove those three from buffer_tests. The net result will be the 
same tests run for bytes(), and three new tests for bytearray(). The 
buffer_tests file is not used anywhere else.

----------
nosy: +martin.panter
versions: +Python 3.5, Python 3.6 -Python 3.3, Python 3.4
Added file: http://bugs.python.org/file41335/test_bytes.v3.diff

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

Reply via email to