When testing asyncio code, the probability of needing to test async context manager is high. The current code using MagicMock doesn't implement `__aenter__` or `__aexit__` methods
When testing asyncio code, the probability of needing to test async context manager is high.
The current code using MagicMock doesn't implement
__aenter__or__aexit__methods