[docs] [issue27531] Documentation for assert_not_called() has wrong signature

Michael Killough report at bugs.python.org
Sat Jul 16 14:00:02 EDT 2016


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 at python
components: Documentation
files: docs-assert_not_called.patch
keywords: patch
messages: 270577
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue27531>
_______________________________________


More information about the docs mailing list