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 cheryl.sabella, louielu, terry.reedy
Date 2017-07-26.21:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501105292.93.0.0173478750532.issue31051@psf.upfronthosting.co.za>
In-reply-to
Content
Common code in tests: test_helplist_item_actions functions have common code that could be factored out into a non-test_ method (especially if settings not needed for one of them is added, like setting anchor).

The listbox simulated click code in test_source_selected is copied from FontTest.test_fontlist_mouse.  Make global click_listbox(item-to-add).
History
Date User Action Args
2017-07-26 21:41:32terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella
2017-07-26 21:41:32terry.reedysetmessageid: <1501105292.93.0.0173478750532.issue31051@psf.upfronthosting.co.za>
2017-07-26 21:41:32terry.reedylinkissue31051 messages
2017-07-26 21:41:32terry.reedycreate