Terry J. Reedy added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31051>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to