pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
691 stars 2.29k forks source link

A challenge around mocking external APIs (GH, Slack, Twitter) #89

Open pybites opened 7 years ago

pybites commented 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).

bbelderbos commented 7 years ago

Used some of it sooner than expected: https://github.com/pybites/challenges/pull/90

bbelderbos commented 5 years ago

We can still use some more testing/mocking for our recently expanded karmabot: https://github.com/pybites/karmabot/issues/12