Miguel Britoformiguendes's blogmiguendes.hashnode.net·Sep 19, 20203 Ways to Unit Test REST APIs in PythonIn this tutorial, we’ll learn how to test REST API calls in Python. We'll look at the best ways to unit test code that performs HTTP requests by using: mocks design patterns the VCR library. Unit tests are meant to test a single unit of behavior. ...36 likes·23.8K readsPythonAdd a thoughtful comment2 commentsTop commentsPaula Maranhão·Sep 20, 2020Sep 20, 2020Awesome, mate! 18·Reply·1 replyHide repliesMiguel BritoAuthor·Sep 21, 2020Author·Sep 21, 2020Thanks! It means a lot to me. 10·Reply