◐ Shell
clean mode source ↗

Message 178580 - Python tracker

Message178580

Author r.david.murray
Recipients asvetlov, danielsh, eli.bendersky, r.david.murray
Date 2012-12-30.14:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za>
In-reply-to
Content
It would help because import_fresh_module would have updated sys.modules to be the module under test, and would not restore the previously existing entry in sys.modules until after your test had completed.
History
Date User Action Args
2012-12-30 14:40:07r.david.murraysetrecipients: + r.david.murray, eli.bendersky, asvetlov, danielsh
2012-12-30 14:40:07r.david.murraysetmessageid: <1356878407.71.0.771159808294.issue16817@psf.upfronthosting.co.za>
2012-12-30 14:40:07r.david.murraylinkissue16817 messages
2012-12-30 14:40:07r.david.murraycreate