]> granicus.if.org Git - python/commit
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 31 Aug 2013 20:27:08 +0000 (16:27 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 31 Aug 2013 20:27:08 +0000 (16:27 -0400)
commit4c42735a99625615ce4277b75a6e1d92e173af03
treefd3ca7ef771f60199b536febf79b451830fd143f
parent33fc744ea34f06ae185a28ab22f36130e6d3f5b9
Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.
Patch import and initialization in SearchEngine to make testing easier.
Improve docstrings, especially to clarify the double role of 'ok' parameters.
Original patch by Phil Webster.
Lib/idlelib/SearchEngine.py
Lib/idlelib/idle_test/test_searchengine.py [new file with mode: 0644]
Misc/NEWS