Closed danielgrijalva closed 5 years ago
@danielgrijalva, I'm interested in taking this on if you don't mind.
@mikesmith go ahead!
In addition to https://realpython.com/testing-third-party-apis-with-mocks/, I used this article to figure out the mocking: http://engineroom.trackmaven.com/blog/real-life-mocking/
Fixed by #66
As pointed out in #56, I had to temporarily remove tests for the
games
app as they are hitting the real API and wasting resources/requests.We should mock the IGDB API to re-integrate these tests. Here's a tutorial: https://realpython.com/testing-third-party-apis-with-mocks/