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 lwcolton
Recipients eric.snow, kakuma, kushal.das, lwcolton, michael.foord
Date 2014-12-10.19:11:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418238698.53.0.637586825501.issue21600@psf.upfronthosting.co.za>
In-reply-to
Content
Patching sys.modules is an idea I got  from the official documentation

https://docs.python.org/3/library/unittest.mock.html#patch-dict

http://mock.readthedocs.org/en/latest/patch.html#patch-dict
History
Date User Action Args
2014-12-10 19:11:38lwcoltonsetrecipients: + lwcolton, michael.foord, eric.snow, kushal.das, kakuma
2014-12-10 19:11:38lwcoltonsetmessageid: <1418238698.53.0.637586825501.issue21600@psf.upfronthosting.co.za>
2014-12-10 19:11:38lwcoltonlinkissue21600 messages
2014-12-10 19:11:38lwcoltoncreate