Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c29dd22

Browse files
committed
Issue #27531: Merge from 3.5
2 parents 243d8a7 + ebf9fd3 commit c29dd22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.mock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ the *new_callable* argument to :func:`patch`.
352352
>>> calls = [call(4), call(2), call(3)]
353353
>>> mock.assert_has_calls(calls, any_order=True)
354354

355-
.. method:: assert_not_called(*args, **kwargs)
355+
.. method:: assert_not_called()
356356

357357
Assert the mock was never called.
358358

0 commit comments

Comments
 (0)