Message 299265 - Python tracker
Message299265
| 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:32 | terry.reedy | set | recipients: + terry.reedy, louielu, cheryl.sabella |
| 2017-07-26 21:41:32 | terry.reedy | set | messageid: <1501105292.93.0.0173478750532.issue31051@psf.upfronthosting.co.za> |
| 2017-07-26 21:41:32 | terry.reedy | link | issue31051 messages |
| 2017-07-26 21:41:32 | terry.reedy | create | |