Searched defs:assert_not_called (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/unittest/ | ||
| D | mock.py | 207     def assert_not_called(*args, **kwargs):  function | 
| /external/python/cpython2/Lib/test/ | ||
| D | _mock_backport.py | 762     def assert_not_called(_mock_self):  member in NonCallableMock |