Writing tests for RESTful APIs in Python using requests – part 4: mocking responses
In this short series of blog posts, I want to explore the Python requests library and how it can be used for writing tests for RESTful APIs. This is the fourth blog post in the series, in which we will...