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 terry.reedy
Date 2017-05-06.05:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494046999.85.0.702748551727.issue30290@psf.upfronthosting.co.za>
In-reply-to
Content
Initial plan.
1a. Change AboutDialog to mimic query.Query with respect to _utest and suppression of dialog display and waiting.
1b. Create AboutDialog instance.
2a. Change textview.TextViewer as with AboutDialog.  Also change textview functions and AboutDialog methods to pass on _utest.
2b. Simulate keyclicks on buttons and test that root gains appropriate child.  Then destroy it.
3. At some point, remove dead code and change now incorrect encoding comment.

Separate issue: add simulated button click tests to test_textview and other popup dialogs.  Directly calling commands does not test that buttons invoke the right command.
History
Date User Action Args
2017-05-06 05:03:19terry.reedysetrecipients: + terry.reedy
2017-05-06 05:03:19terry.reedysetmessageid: <1494046999.85.0.702748551727.issue30290@psf.upfronthosting.co.za>
2017-05-06 05:03:19terry.reedylinkissue30290 messages
2017-05-06 05:03:19terry.reedycreate