This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients JayKrish, Saimadhav.Heblikar, Todd.Rovito, ezio.melotti, philwebster, python-dev, terry.reedy
Date 2014-06-04.00:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401843591.19.0.804758677307.issue18409@psf.upfronthosting.co.za>
In-reply-to
Content
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!
Redo Event mock. Assign needed attributes when create.
Make changes needed because of above two changes.
Add macosxSupport call now needed to run without raising.
Delete root when done.
Add abbreviation for self.autocomplete.open_completions, etc.
Improve the logic of a couple of subtests.

Any blank class could be used to mock event, but putting it in mock_tk allows for a docstring and does the update trick just once.

Saimadhav, open a new issue to work more on this test.
History
Date User Action Args
2014-06-04 00:59:51terry.reedysetrecipients: + terry.reedy, ezio.melotti, Todd.Rovito, python-dev, JayKrish, philwebster, Saimadhav.Heblikar
2014-06-04 00:59:51terry.reedysetmessageid: <1401843591.19.0.804758677307.issue18409@psf.upfronthosting.co.za>
2014-06-04 00:59:51terry.reedylinkissue18409 messages
2014-06-04 00:59:50terry.reedycreate