google-auth-library-python-oauthlib icon indicating copy to clipboard operation
google-auth-library-python-oauthlib copied to clipboard

use new unittest.mock from the standard library

Open a-detiste opened this issue 1 year ago • 0 comments

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

a-detiste avatar May 10 '24 09:05 a-detiste