]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
authorMario Corchero <mcorcherojim@bloomberg.net>
Tue, 4 Jul 2023 17:34:43 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 17:34:43 +0000 (18:34 +0100)
commit2dfc7fae787e65726f24bfe9efe05418b05ee8e2
tree7e3e0fcc7b3811bdff9f52a15a08cd2ea1518d40
parent8a4bba8b9764ba28667b137fe62c11aea672f500
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)

mock: Rename `wait_until_any_call` to `wait_until_any_call_with`

Rename the method to be more explicit that it expects the args and
kwargs to wait for.
Doc/library/unittest.mock.rst
Lib/test/test_unittest/testmock/testthreadingmock.py
Lib/unittest/mock.py