You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aiohttp.test_utils.make_mocked_coro() basically does what mock.AsyncMock() does and is not relevant today.
We should remove it, but there are still a lot of references to it in the tests, so will require replacing all those references (with mock.patch, mock.create_autospec etc.).