New submission from Michael Killough:

The documentation for `Mock.assert_not_called` gives its signature as 
`assert_not_called(*args, **kwargs)`. Since 01ae1ac2daf4, its signature has 
just been `assert_not_called()`.

I've attached a trivial patch that updates the documentation to match the new 
signature.

----------
assignee: docs@python
components: Documentation
files: docs-assert_not_called.patch
keywords: patch
messages: 270577
nosy: docs@python, mjkillough
priority: normal
severity: normal
status: open
title: Documentation for assert_not_called() has wrong signature
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43754/docs-assert_not_called.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27531>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to