]> granicus.if.org Git - python/commit
Issue #19587: Remove masked and redundant tests in test_bytes
authorMartin Panter <vadmium+py@gmail.com>
Tue, 2 Feb 2016 10:37:15 +0000 (10:37 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Tue, 2 Feb 2016 10:37:15 +0000 (10:37 +0000)
commit275bd96aa67ce2bf1c1f57cb5c2cb840d3afbb2d
tree550384d874614b8056facdc1e354f2fb762ee6e6
parent3464ea2807b6ba2d132ef27b65535116ab993eba
Issue #19587: Remove masked and redundant tests in test_bytes

* test_contains() did not override anything
* test_expandtabs/upper/lower() in FixedStringTest were masking usable tests
  in string_tests. These tests now get run for bytearray() and bytes().
* test_expandtabs/upper/lower() in buffer_tests were only run on bytearray()
  and are redundant with string_tests
Lib/test/buffer_tests.py
Lib/test/string_tests.py
Lib/test/test_bytes.py