Mocking dependencies that return AsyncIterable
There have been times when I've wanted to mock the return values that are AsyncIterable or a list that was created from async for-loop comprehension. Clients from the Python Azure SDK (blob and keyvault) return an AsyncItemPaged that inherits from As...
wind010.hashnode.dev4 min read