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 terry.reedy
Recipients Todd.Rovito, ezio.melotti, ncoghlan, ned.deily, r.david.murray, terry.reedy
Date 2013-06-17.03:20:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371439249.41.0.951532228666.issue18103@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-17 03:20:49terry.reedysetrecipients: + terry.reedy, ncoghlan, ned.deily, ezio.melotti, r.david.murray, Todd.Rovito
2013-06-17 03:20:49terry.reedysetmessageid: <1371439249.41.0.951532228666.issue18103@psf.upfronthosting.co.za>
2013-06-17 03:20:49terry.reedylinkissue18103 messages
2013-06-17 03:20:48terry.reedycreate