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 eli.bendersky
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, ezio.melotti, pitrou
Date 2013-01-27.22:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda-=AriP2ZtNoMCfWFturmCThczyKiFLZax_wxa-Aw=3KA@mail.gmail.com>
In-reply-to <1359325987.4.0.621474789383.issue17037@psf.upfronthosting.co.za>
Content
> That wouldn't work if there is a skip decorator that checks that the C
module is available :)

Yes, but that's easily amended with just raising SkipTest in the setUp
instead. Not polluting the global namespace has its merits, especially when
the import sequence is so funky you want to clearly separate testing of the
two modules.
History
Date User Action Args
2013-01-27 22:52:10eli.benderskysetrecipients: + eli.bendersky, brett.cannon, pitrou, ezio.melotti, Arfrever, eric.snow
2013-01-27 22:52:10eli.benderskylinkissue17037 messages
2013-01-27 22:52:10eli.benderskycreate