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 Lita.Cho
Recipients Lita.Cho, gpolo, jesstess, serhiy.storchaka, zach.ware
Date 2014-08-06.19:04:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407351898.74.0.127896616816.issue21585@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy,

This patch was made while I was learning tkinter. I figured out how to run the tests twice while changing wantobjects variable without creating new tests. Fortunately, all the tests seem to fast when wantobjects is 0 or 1.

The only annoying thing is that it doesn't merge the count of the amount of tests ran within that module, since I am calling support.run_unittest twice. Hopefully, that's okay. Otherwise, I need to figure out how to call the tests twice individually within the generator.
History
Date User Action Args
2014-08-06 19:04:58Lita.Chosetrecipients: + Lita.Cho, gpolo, jesstess, zach.ware, serhiy.storchaka
2014-08-06 19:04:58Lita.Chosetmessageid: <1407351898.74.0.127896616816.issue21585@psf.upfronthosting.co.za>
2014-08-06 19:04:58Lita.Cholinkissue21585 messages
2014-08-06 19:04:58Lita.Chocreate