[issue19587] Remove test_bytes.FixedStringTest

2013-11-14 Thread Zachary Ware
Zachary Ware added the comment: So they do, I failed to notice that. New patch just removes the empty test methods. -- Added file: http://bugs.python.org/file32617/test_bytes.v2.diff ___ Python tracker __

[issue19587] Remove test_bytes.FixedStringTest

2013-11-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ByteArrayAsStringTest and BytesAsStringTest inherit tests from test.string_tests.BaseTest. -- ___ Python tracker ___

[issue19587] Remove test_bytes.FixedStringTest

2013-11-14 Thread Zachary Ware
New submission from Zachary Ware: The attached patch removes test_bytes.FixedStringTest and its subclasses, as they report success when they don't actually test anything at all. -- components: Tests files: test_bytes.diff keywords: patch messages: 202866 nosy: serhiy.storchaka, zach.war