Issue21262
Created on 2014-04-16 18:30 by michael.foord, last changed 2014-04-16 20:06 by python-dev. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue21262.patch | kushal.das, 2014-04-16 19:03 | Patch with required changes. | review | |
| Messages (3) | |||
|---|---|---|---|
| msg216546 - (view) | Author: Michael Foord (michael.foord) * | Date: 2014-04-16 18:30 | |
A shortcut for asserting that the call_count of a mock is 0. |
|||
| msg216557 - (view) | Author: Kushal Das (kushal.das) * | Date: 2014-04-16 19:03 | |
Patch with required changes. Code, docs, test and Misc/NEWS entry. |
|||
| msg216576 - (view) | Author: Roundup Robot (python-dev) | Date: 2014-04-16 20:06 | |
New changeset 9e5cbc46e916 by Kushal Das in branch 'default': Closes Issue 21262: New method assert_not_called for Mock. http://hg.python.org/cpython/rev/9e5cbc46e916 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-16 20:06:22 | python-dev | set | status: open -> closed nosy:
+ python-dev resolution: fixed |
| 2014-04-16 19:03:57 | kushal.das | set | files:
+ issue21262.patch keywords: + patch messages: + msg216557 |
| 2014-04-16 18:30:26 | michael.foord | set | components:
+ Library (Lib) versions: + Python 3.5 |
| 2014-04-16 18:30:13 | michael.foord | create | |