Message225617
Hi Terry,
I had no idea we were moving away from using test_main.
So instead, of using support.run_unittest, we should import all the unittest from tkinter/test/ and wrap everything with that exec method, setting wantobjects=1 and again with wantobjects=0?
Also, do you have an example of a unit test that doesn't use test_main? All the unit tests I've seen (tkinter, smtplib, nntplib) all use test_main.
Lita |
|
Date |
User |
Action |
Args |
2014-08-21 20:58:30 | Lita.Cho | set | recipients:
+ Lita.Cho, terry.reedy, gpolo, jesstess, zach.ware, serhiy.storchaka |
2014-08-21 20:58:30 | Lita.Cho | set | messageid: <1408654710.09.0.626410780125.issue21585@psf.upfronthosting.co.za> |
2014-08-21 20:58:30 | Lita.Cho | link | issue21585 messages |
2014-08-21 20:58:29 | Lita.Cho | create | |
|