-
Notifications
You must be signed in to change notification settings - Fork 346
chore: remove use of old external "mock" module #1786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Made multiple updates to account for:
|
|
@a-detiste Thanks for lining this up. You have been patient to see it merged. If yes, please address the following errors: Also, if you would be willing to include me as a maintainer on your branch just in case there is an additional issue, I can simply make the mods to the PR directly and avoid the back and forth. Any help you can offer is appreciated. If your schedule does not allow you to continue supporting, that is understandable and I can see what I can do. |
mock is now part of the Python standard library, available as unittest.mock in Python 3.3 onwards.
https://github.com/testing-cabal/mock