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

Serhiy Storchaka report at bugs.python.org
Fri Jun 3 00:56:48 EDT 2016


Serhiy Storchaka added the comment:

This is even more complex, since you can't merge a revision with its parent.

A. Start at revision A.
B. Rename test_string to test_string_merged, giving revision B.
A. Update back to revision A.
C. Rename test_pep292 to test_string_merged, giving revision C.
D. Merge revisions B and C, and manually merge the contents of the two test_string_merged versions, giving revision D.
E. Rename test_string_merged to test_string, giving the final revision.

----------
resolution: fixed -> 
stage: resolved -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27185>
_______________________________________


More information about the Python-bugs-list mailing list