Ask HN: How do you run integration tests involving third party HTTP services?

  • 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.