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 Lita.Cho, gpolo, jesstess, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-08-23.13:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408800852.81.0.98313338592.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my plan. First, we should resolve issue22236. Otherwise some tests will be run with default root created with old "wantobjects" value. Then we should introduce new test resource name as in Lilo's first patch (but "wantobjects" is not correct name, "testallwantobjectsvalues" is more correct but is too long). Then we should add the load_tests() function in every test file which will generate new test classes for every wantobjects value (0, 1 and 2 if issue22214 will be applied) when this resource is enabled.

Any propositions about new resource name?

As for rearranging the tkinter tests, lets discuss this in separate issue. It looks orthogonal to this issue.
History
Date User Action Args
2014-08-23 13:34:12serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, gpolo, jesstess, zach.ware, Lita.Cho
2014-08-23 13:34:12serhiy.storchakasetmessageid: <1408800852.81.0.98313338592.issue21585@psf.upfronthosting.co.za>
2014-08-23 13:34:12serhiy.storchakalinkissue21585 messages
2014-08-23 13:34:12serhiy.storchakacreate