google-auth-library-python-oauthlib
google-auth-library-python-oauthlib copied to clipboard
use new unittest.mock from the standard library
Fixes #207 🦕 (https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207)
mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
https://github.com/testing-cabal/mock