Thanks to python/cpython#9296, Python3.8 now has unittest.mock.AsyncMock
I wonder if this means that some asynctest use can be pivoted to upstream AsyncMock, in what cases, etc.
Likewise, what features or use cases remain exclusive to asynctest?
Advice is highly appreciated, and could possibly even make it to readme / rtd.
Thanks to python/cpython#9296, Python3.8 now has
unittest.mock.AsyncMockI wonder if this means that some
asynctestuse can be pivoted to upstreamAsyncMock, in what cases, etc.Likewise, what features or use cases remain exclusive to
asynctest?Advice is highly appreciated, and could possibly even make it to readme / rtd.