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 this series, we talk about the python language. Good practice, technical oddities, language evolution and sample uses.
Posts are intended for intermediate pythonistas.
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 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 moreWe hack together a couple of modules, do quick manual testing. Eventually, the code remains a hackish mess rotting away which may be fine but a little unsatisfactory.
▸ read more