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 JayKrish, Todd.Rovito, kbk, philwebster, roger.serwy, terry.reedy
Date 2013-06-17.20:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371500559.57.0.284893101507.issue18189@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, 'support', not 'resource'. However, re-read my message for properly using requires to avoid the traceback.

def setUpModule():
    requires('gui')

may also work, but I am assuming that there might be non-gui test cases added later.
History
Date User Action Args
2013-06-17 20:22:39terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, Todd.Rovito, JayKrish, philwebster
2013-06-17 20:22:39terry.reedysetmessageid: <1371500559.57.0.284893101507.issue18189@psf.upfronthosting.co.za>
2013-06-17 20:22:39terry.reedylinkissue18189 messages
2013-06-17 20:22:39terry.reedycreate