Unit Testing aiohttp Clients - part 2
In the previous post we designed our testing infrastructure to work with aiohttp. We will now put that testing infrastructure through a baptism by fire.
▸ read moreIn the previous post we designed our testing infrastructure to work with aiohttp. We will now put that testing infrastructure through a baptism by fire.
▸ read moreAsynchronous code is the new paradigm in python those last years. Testing it, though, is significantly harder. Let's see how to test asynchronous HTTP client code written with aiohttp.
▸ read more