[issue18292] Idle: test AutoExpand.py

2014-06-05 Thread Zachary Ware
Zachary Ware added the comment: Terry J. Reedy added the comment: > > Whoops. Zach, did you catch that by reading the checkin, running the test, > or seeing a buildbot problem. Is not the first, what symptom on what system > revealed the omission? > Buildbots; there were several red 2.7 bots an

[issue18292] Idle: test AutoExpand.py

2014-06-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Whoops. Zach, did you catch that by reading the checkin, running the test, or seeing a buildbot problem. Is not the first, what symptom on what system revealed the omission? -- nosy: +zach.ware ___ Python tracker <

[issue18292] Idle: test AutoExpand.py

2014-06-05 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- Removed message: http://bugs.python.org/msg219852 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue18292] Idle: test AutoExpand.py

2014-06-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Whoops. Zach, did you catch that by reading the checkin, running the test, or seeing a buildbot problem. Is not the first, what symptom on what system revealed the omission? -- ___ Python tracker

[issue18292] Idle: test AutoExpand.py

2014-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2567c68fb300 by Zachary Ware in branch '2.7': Issue #18292: s/tkinter/Tkinter/ http://hg.python.org/cpython/rev/2567c68fb300 -- ___ Python tracker

[issue18292] Idle: test AutoExpand.py

2014-06-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Coverage 100%. 2.7 version was easy, so committed after a few minor changes. We can revisit using the mock later. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue18292] Idle: test AutoExpand.py

2014-06-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdbcd0ae0bde by Terry Jan Reedy in branch '2.7': Issue #18292: Idle - test AutoExpand. Patch by Saihadhav Heblikar. http://hg.python.org/cpython/rev/bdbcd0ae0bde New changeset bbdcf09e3097 by Terry Jan Reedy in branch '3.4': Issue #18292: Idle - tes

[issue18292] Idle: test AutoExpand.py

2014-06-03 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : Added file: http://bugs.python.org/file35477/test-autoexpand3.diff ___ Python tracker ___ ___ Python-bugs-list

[issue18292] Idle: test AutoExpand.py

2014-06-03 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Attached a patch incorporating changes from msg219661 and test-autoexp-18292.diff >>"I would like to cover those because " Done >>Point 2 Done >>"self.bell() makes no sound for me. How about you?" No sound for me as well. >>Do you see anything like t

[issue18292] Idle: test AutoExpand.py

2014-06-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Great start. The initial coveraqe is 90%, only missing the 5 lines in getwords in the bodies of if dict.get(w): continue ,,, for w in wafter: if dict.get(w): continue words.append(w)

[issue18292] Idle: test AutoExpand.py

2014-06-02 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : Added file: http://bugs.python.org/file35458/test-autoexpand1.diff ___ Python tracker ___ ___ Python-bugs-list

[issue18292] Idle: test AutoExpand.py

2014-06-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: For tests that use a Text widget, I want the first version to be a gui test using tkinter.Text. This removes mock Text as an issue in writing the tests. I will not commit without running the test 'live' at least once. Once the file (or at least a TestCase) is

[issue18292] Idle: test AutoExpand.py

2014-06-01 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> patch review title: IDLE Improvements: Unit test for AutoExpand.py -> Idle: test AutoExpand.py versions: +Python 3.5 -Python 3.3 ___ Python tracker ___