(self, args, kwargs)
| 863 | |
| 864 | |
| 865 | def _format_mock_call_signature(self, args, kwargs): |
| 866 | name = self._mock_name or 'mock' |
| 867 | return _format_call_signature(name, args, kwargs) |
| 868 | |
| 869 | |
| 870 | def _format_mock_failure_message(self, args, kwargs, action='call'): |
no test coverage detected