Comment on Ask HN: How do you run integration tests involving third party HTTP services?Comments−stop502yFor my own tools i use python-responses for mocking the api responses and i have an seperate tool to check if my api calls still work.
Comments
For my own tools i use python-responses for mocking the api responses and i have an seperate tool to check if my api calls still work.