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, terry.reedy
Date 2017-08-10.21:54:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502402099.69.0.315154106383.issue31002@psf.upfronthosting.co.za>
In-reply-to
Content
I have thought about factoring out common test code into helper functions either within test_configdialog or in a new module.  One example: simulate a click on a listbox, with common before and after code.  Another: Testing the group of selection widgets on both theme and keys pages. (If I were not planning to replace this group, we could factor out a SelectionFrame and put an instance on each page.)

We might do some such refactoring after this, before HighPageTest.  Keep notes on redundancies you notice that might be candidates.
History
Date User Action Args
2017-08-10 21:54:59terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-08-10 21:54:59terry.reedysetmessageid: <1502402099.69.0.315154106383.issue31002@psf.upfronthosting.co.za>
2017-08-10 21:54:59terry.reedylinkissue31002 messages
2017-08-10 21:54:59terry.reedycreate