[issue21262] assert_not_called method for mocks

2014-04-16 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected stat

[issue21262] assert_not_called method for mocks

2014-04-16 Thread Kushal Das
Kushal Das added the comment: Patch with required changes. Code, docs, test and Misc/NEWS entry. -- keywords: +patch Added file: http://bugs.python.org/file34921/issue21262.patch ___ Python tracker

[issue21262] assert_not_called method for mocks

2014-04-16 Thread Michael Foord
New submission from Michael Foord: A shortcut for asserting that the call_count of a mock is 0. -- assignee: kushal.das messages: 216546 nosy: kushal.das, michael.foord priority: normal severity: normal stage: needs patch status: open title: assert_not_called method for mocks type: behav

[issue21262] assert_not_called method for mocks

2014-04-16 Thread Michael Foord
Changes by Michael Foord : -- components: +Library (Lib) versions: +Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing lis