Open pybites opened 7 years ago
Stumbled upon RealPython's: https://realpython.com/blog/python/testing-third-party-apis-with-mocks/ and part II: https://realpython.com/blog/python/testing-third-party-apis-with-mock-servers/
=> would be nice to practice this on Slack, GH, Twitter API which we have used more than once in our projects (trying to mock slack atm).
Used some of it sooner than expected: https://github.com/pybites/challenges/pull/90
We can still use some more testing/mocking for our recently expanded karmabot: https://github.com/pybites/karmabot/issues/12
Stumbled upon RealPython's: https://realpython.com/blog/python/testing-third-party-apis-with-mocks/ and part II: https://realpython.com/blog/python/testing-third-party-apis-with-mock-servers/
=> would be nice to practice this on Slack, GH, Twitter API which we have used more than once in our projects (trying to mock slack atm).