[issue18409] Idle: test AutoComplete.py

2014-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f1abf87df12 by Terry Jan Reedy in branch '2.7': Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster. http://hg.python.org/cpython/rev/4f1abf87df12 New changeset bf8710cf896b by Terry Jan Reedy in branch '3.4': Issue #18409:

[issue18409] Idle: test AutoComplete.py

2014-06-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: The coverage of Phil's patch is about 60%. I decided to push it with slight modification so he is properly credited with what he did. Changes: Move mock AutoCompleteWindow to test file; too special. Move ac_func to mock_idle for use in other tests; well done!

[issue18409] Idle: test AutoComplete.py

2014-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: needs patch - patch review title: IDLE Improvements: Unit test for AutoComplete.py - Idle: test AutoComplete.py versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org