bpo-35685: Add examples of unittest.mock.patch.dict usage#11456
bpo-35685: Add examples of unittest.mock.patch.dict usage#11456JulienPalard merged 9 commits intopython:masterfrom
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 |
|
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. |
|
GH-16031 is a backport of this pull request to the 3.8 branch. |
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