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 JayKrish, Saimadhav.Heblikar, Todd.Rovito, ezio.melotti, r.david.murray, roger.serwy, terry.reedy
Date 2014-03-14.03:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394768172.6.0.767937971054.issue18104@psf.upfronthosting.co.za>
In-reply-to
Content
After correcting bugs in the 'explaining with code' posted before, and making a few other changes, the attached 3.3 diff works. The main substantive change is that I added a parameter to the class to move the tested dialog under the toplevel driver so the test message would be visible. The default for this dialog is centered over the parent (normally the config dialog).

If I still like this design after adding a couple more tests and a run_all function, I  will commit it.
History
Date User Action Args
2014-03-14 03:36:12terry.reedysetrecipients: + terry.reedy, ezio.melotti, roger.serwy, r.david.murray, Todd.Rovito, JayKrish, Saimadhav.Heblikar
2014-03-14 03:36:12terry.reedysetmessageid: <1394768172.6.0.767937971054.issue18104@psf.upfronthosting.co.za>
2014-03-14 03:36:12terry.reedylinkissue18104 messages
2014-03-14 03:36:12terry.reedycreate