[issue27185] Clarify Test Coverage for the String Module (test_pep292 is not easily discoverable)

2016-06-02 Thread Erin Braswell
Erin Braswell added the comment: Hooray thank you everyone! -- ___ Python tracker <http://bugs.python.org/issue27185> ___ ___ Python-bugs-list mailing list Unsub

[issue27185] Clarify Test Coverage for the String Module (test_pep292 is not easily discoverable)

2016-06-02 Thread Erin Braswell
Erin Braswell added the comment: Here is an updated patch adding all the tests from test_pep292.py into test_string.py. After this happens test_pep292.py can be removed! -- Added file: http://bugs.python.org/file43114/stringtests.patch ___ Python

[issue27185] Increase Test Coverage for the String Module

2016-06-02 Thread Erin Braswell
Erin Braswell added the comment: Oh! I can do that, and resubmit the patch! Good suggestion. Thank you again. -- ___ Python tracker <http://bugs.python.org/issue27

[issue27185] Increase Test Coverage for the String Module

2016-06-02 Thread Erin Braswell
Erin Braswell added the comment: Just checked! Apologies for this totally unnecessary patch, didn't know to look elsewhere but now I absolutely do -- looks like all the tests are there and more. Thank you! -- resolution: -> duplicate status: open -

[issue27185] Increase Test Coverage for the String Module

2016-06-02 Thread Erin Braswell
Changes by Erin Braswell : -- components: Tests files: stringtests.patch keywords: patch nosy: erinspace priority: normal severity: normal status: open title: Increase Test Coverage for the String Module type: enhancement Added file: http://bugs.python.org/file43104/stringtests.patch