Terry J. Reedy added the comment:

I should have explicitly said 'all test methods in one test file'.

I included ' caller is __main__' in the requires 'pass' condition. My first 
question was only about, for instance, running test_grep from the 'if __name__ 
...' part of GrepDialog, For that, I verified as part of #18081 that setting 
support.use_resources is possible.

My second question was about running all tests in one test_idle file from the 
command line. If not possible, so be it. I just need to document the limitation.

Since multiple skips are acceptable, the 'framework' patch for this issue will 
just be a change to README explaining the use of the gui resource and when it 
is needed.

----------

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

Reply via email to