googleapis / google-auth-library-python-oauthlib

Apache License 2.0
186 stars 82 forks source link

use new unittest.mock from the standard library #351

Open a-detiste opened 6 months ago

a-detiste commented 6 months ago

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