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 r.david.murray
Recipients r.david.murray, roger.serwy, terry.reedy
Date 2012-07-21.21:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342905448.03.0.317602346712.issue15392@psf.upfronthosting.co.za>
In-reply-to
Content
The screen flickers a bunch, so something involving my display is certainly happening.

As for runtktests...test suites that live in the package as opposed to the test directory require support files to gather the tests to be run.  This can be done by the test_xxxx.py file in the test directory (which is what regrtest runs), or it can be done in a function imported from the packages test directory.  For tkinter it looks like the test gathering is done in runtktests.  Most Python test_xxxx file can be run directly to run the relevant tests, and runtktests works the same way.  So yes it is a runner, but that appears to be a convenience just like for other test_xxxx files, and not anything special.
History
Date User Action Args
2012-07-21 21:17:28r.david.murraysetrecipients: + r.david.murray, terry.reedy, roger.serwy
2012-07-21 21:17:28r.david.murraysetmessageid: <1342905448.03.0.317602346712.issue15392@psf.upfronthosting.co.za>
2012-07-21 21:17:27r.david.murraylinkissue15392 messages
2012-07-21 21:17:27r.david.murraycreate