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 gpolo, serhiy.storchaka, terry.reedy
Date 2013-09-24.20:30:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380054632.03.0.105033569087.issue19085@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch adds tests for all options of all widgets. They test that widgets support all documented options, accepts valid values in different formats, reject invalid values, and return values in expected format. This would be helpful for regression testing.

The patch tested with Tcl/Tk 8.5 and 8.6 on Linux. All new tests are compatible with wantobjects=1 and wantobjects=0.

It will be good to test it with Tcl/Tk 8.4 (or even 8.3) and on Windows.
History
Date User Action Args
2013-09-24 20:30:33serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo
2013-09-24 20:30:32serhiy.storchakasetmessageid: <1380054632.03.0.105033569087.issue19085@psf.upfronthosting.co.za>
2013-09-24 20:30:31serhiy.storchakalinkissue19085 messages
2013-09-24 20:30:31serhiy.storchakacreate