[issue18489] IDLE Unit test for SearchEngine.py

Terry J. Reedy report at bugs.python.org
Sun Aug 25 04:11:04 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18489>
_______________________________________


More information about the Python-bugs-list mailing list