You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm starting to integrate one of the Google APIs into our app using this library. However, I'm a bit stumped on how to test. How do you all recommend writing tests when using this library? Specifically, should we mock using something like Mox or Rewire or just let our tests hit the Google APIs?
Also, in the oauth section, I noticed the instructions to get a token for testing, but I'm a bit unclear the advantages/disadvantages of that token. What is the token allowing/disallowing?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi! I'm starting to integrate one of the Google APIs into our app using this library. However, I'm a bit stumped on how to test. How do you all recommend writing tests when using this library? Specifically, should we mock using something like Mox or Rewire or just let our tests hit the Google APIs?
Also, in the oauth section, I noticed the instructions to get a token for testing, but I'm a bit unclear the advantages/disadvantages of that token. What is the token allowing/disallowing?
Thanks in advance!
The text was updated successfully, but these errors were encountered: