Kaydet (Commit) c29dd225 authored tarafından Berker Peksag's avatar Berker Peksag

Issue #27531: Merge from 3.5

...@@ -352,7 +352,7 @@ the *new_callable* argument to :func:`patch`. ...@@ -352,7 +352,7 @@ the *new_callable* argument to :func:`patch`.
>>> calls = [call(4), call(2), call(3)] >>> calls = [call(4), call(2), call(3)]
>>> mock.assert_has_calls(calls, any_order=True) >>> mock.assert_has_calls(calls, any_order=True)
.. method:: assert_not_called(*args, **kwargs) .. method:: assert_not_called()
Assert the mock was never called. Assert the mock was never called.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment