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:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359325748.99.0.13662649769.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
Brett - you approach is certainly less magical. While you're at it, how about PEP 399 recommending the import_fresh_modules calls not being in the global context, but rather class/instance attributes of the test cases? This is what both yours and Eric's decorator do, and it's better common sense.
History
Date User Action Args
2013-01-27 22:29:09eli.benderskysetrecipients: + eli.bendersky, brett.cannon, pitrou, ezio.melotti, Arfrever, eric.snow
2013-01-27 22:29:08eli.benderskysetmessageid: <1359325748.99.0.13662649769.issue17037@psf.upfronthosting.co.za>
2013-01-27 22:29:08eli.benderskylinkissue17037 messages
2013-01-27 22:29:08eli.benderskycreate