-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
bpo-35685: Add examples of unittest.mock.patch.dict usage #11456
Conversation
ping @terryjreedy :-) could you review this? thanks |
Tracker issues are more visible than PRs and more likely to get the attention of a core dev who can review and merge. Michael Foord is the listed expert for unittest.mock, but does not have a listed GitHub account and therefore is inactive. I am not an expert on either unittest or rst and have a backlog of IDLE PRs to review, so I will have to pass. |
Thanks for the response. I will open a issue on bugs.python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for wanting to improve our documentation! :) I just left some comments.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again |
Thanks for making the requested changes! @berkerpeksag: please review the changes made to this pull request. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
I have made the requested changes; please review again |
Thanks for making the requested changes! @berkerpeksag: please review the changes made to this pull request. |
ping @berkerpeksag :-) |
I have made the requested changes; please review again |
Thanks for making the requested changes! @berkerpeksag, @JulienPalard: please review the changes made to this pull request. |
f385c40
to
6c9eebb
Compare
I rebased on top of master because another commit (0453081) introduced a |
Changes has been applied
Thanks @eamanu for the PR, and @JulienPalard for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…1456) (cherry picked from commit 31a82e2) Co-authored-by: Emmanuel Arias <[email protected]>
GH-16031 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 31a82e2) Co-authored-by: Emmanuel Arias <[email protected]>
Add examples of the use of mock.path.dict with decorator and in class. Currently there are examples only with the use on context manager.
https://bugs.python.org/issue35685