This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年07月16日 18:00 by mjkillough, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| docs-assert_not_called.patch | mjkillough, 2016年07月16日 18:00 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg270577 - (view) | Author: Michael Killough (mjkillough) | Date: 2016年07月16日 18:00 | |
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. |
|||
| msg270636 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年07月17日 12:26 | |
New changeset b43f61118793 by Berker Peksag in branch '3.5': Issue #27531: Update signature of Mock.assert_not_called method https://hg.python.org/cpython/rev/b43f61118793 New changeset f4541c56c353 by Berker Peksag in branch 'default': Issue #27531: Merge from 3.5 https://hg.python.org/cpython/rev/f4541c56c353 |
|||
| msg270637 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2016年07月17日 12:27 | |
Good catch, thanks Michael! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:33 | admin | set | github: 71718 |
| 2016年07月17日 12:27:22 | berker.peksag | set | status: open -> closed type: behavior nosy: + berker.peksag messages: + msg270637 resolution: fixed stage: resolved |
| 2016年07月17日 12:26:40 | python-dev | set | nosy:
+ python-dev messages: + msg270636 |
| 2016年07月16日 18:00:02 | mjkillough | create | |