New submission from Brett Cannon:

Mock doesn't support stuff like __aexit__ which means you can't mock out 
something like an async context manager.

----------
components: Library (Lib)
messages: 261092
nosy: brett.cannon, michael.foord
priority: normal
severity: normal
stage: test needed
status: open
title: Add async magic method support to unittest.mock.Mock
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26467>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to