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 markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-08-11.20:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439325749.66.0.0286863627656.issue24845@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached functionaltests.patch which provides a starting point, using Tk introspection and event generation to exercise the running application. The heart of it is the (very much in progress) TkTestCase class which provides a bunch of Tkinter-specific utilities to be used for tests.

One thing I'm not sure about is that because these run somewhat slower than the existing unit tests, should they be shut off by default if someone is running a repository-wide test?
History
Date User Action Args
2015-08-11 20:42:29markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-08-11 20:42:29markrosemansetmessageid: <1439325749.66.0.0286863627656.issue24845@psf.upfronthosting.co.za>
2015-08-11 20:42:29markrosemanlinkissue24845 messages
2015-08-11 20:42:29markrosemancreate