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
|
Oops, didn't mean to do that |
|
Thanks @lisroach for the PR |
(cherry picked from commit 9a7d951) Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
|
GH-16470 is a backport of this pull request to the 3.8 branch. |
Updates the few Mock classes that do not inherit from Base to properly inherit from base. Updates the super() calls that should go with them as well.
That was all I planned on doing with this diff, but the changes to get AsyncMock inheritance working right with subclasses was so linked with this diff I merged it into one to prevent temporary breaking changes.
https://bugs.python.org/issue38108