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 brett.cannon
Recipients brett.cannon, michael.foord
Date 2016-03-01.22:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456872706.59.0.97059255221.issue26467@psf.upfronthosting.co.za>
In-reply-to
Content
Mock doesn't support stuff like __aexit__ which means you can't mock out something like an async context manager.
History
Date User Action Args
2016-03-01 22:51:46brett.cannonsetrecipients: + brett.cannon, michael.foord
2016-03-01 22:51:46brett.cannonsetmessageid: <1456872706.59.0.97059255221.issue26467@psf.upfronthosting.co.za>
2016-03-01 22:51:46brett.cannonlinkissue26467 messages
2016-03-01 22:51:46brett.cannoncreate