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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-24.07:08:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408864139.9.0.656254655556.issue22260@psf.upfronthosting.co.za>
In-reply-to
Content
Currently Tkinter tests are splitted on four tests: test_tcl, test_tk, test_ttk_textonly, test_ttk_guionly. Ttk tests are separated because ttk is optional on Tk 8.4 and because ttk is separate large part of Tkinter. test_tcl and test_ttk_textonly are separated because they don't require GUI. On headless computer test_tk and test_ttk_guionly are reported as skipped at all, but test_tcl and test_ttk_textonly should run. It would be good to preserve this splitting and even improve it (test_variables does not require GUI and can be moved to test_tcl package).

Tkinter tests are still incomplete and needs many test. To avoid obstacles for backporting new tests it is worth to apply these changes to all maintained branches.
History
Date User Action Args
2014-08-24 07:08:59serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, zach.ware
2014-08-24 07:08:59serhiy.storchakasetmessageid: <1408864139.9.0.656254655556.issue22260@psf.upfronthosting.co.za>
2014-08-24 07:08:59serhiy.storchakalinkissue22260 messages
2014-08-24 07:08:59serhiy.storchakacreate