Lita Cho added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21585>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to