Skip to content

[3.6] bpo-28911: Clarify the behaviour of assert_called_once_with. #252

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

Merged
merged 1 commit into from
Feb 23, 2017
Merged

Conversation

153957
Copy link
Contributor

@153957 153957 commented Feb 23, 2017

(cherry picked from commit 9d56b34)

See #251

@153957
Copy link
Contributor Author

153957 commented Feb 23, 2017

Is it useful to also backport this to other 3.x versions?

@vstinner vstinner merged commit 55b82e1 into python:3.6 Feb 23, 2017
@vstinner
Copy link
Member

Is it useful to also backport this to other 3.x versions?

Oh wait, I was confused: assert_called_once() was added to Python 3.6, but your patch is on assert_called_once_with(). In this case, it seems worth it to backport it to 3.5 as well (Python 2 doesn't have unittest.mock).

@vstinner vstinner added the docs Documentation in the Doc dir label Feb 23, 2017
@Mariatta Mariatta changed the title bpo-28911: Clarify the behaviour of assert_called_once_with. (backport 3.6) [3.6] bpo-28911: Clarify the behaviour of assert_called_once_with. Feb 23, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request May 27, 2021
Update the configuration file for readthedocs.org to the current format.
The previous format is deprecated.
ahgamut pushed a commit to ahgamut/cpython that referenced this pull request Aug 25, 2021
Update the configuration file for readthedocs.org to the current format.
The previous format is deprecated and fails to build.
ahgamut pushed a commit to ahgamut/cpython that referenced this pull request Aug 25, 2021
Stackless issue python#252: recreate tag v3.6.13-slp.
Move tag v3.6.13-slp from commit 8d0e9a0 to commit f7d6c5b.
to fix our online manual at https://stackless.readthedocs.io/en/v3.6.13-slp.
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants