Terry J. Reedy added the comment:

Big changes: monkey-patched module so tests of functions not using Text are 
non-gui; split search tests from other class tests as part of this. Several 
other little changes.

The four lines still not covered are the bodies of
if ok: start = last
if wrapped and line > startline: break
if wrapped and line < startline: break
if i == j: j = j+1 
I will look at these when I review the search tests, but they are not commit 
blockers.

----------
Added file: http://bugs.python.org/file31456/18489-test_searchengine5.diff

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

Reply via email to