Home | History | Annotate | Download | only in test_asyncio

Lines Matching refs:mock_handler

1810         mock_handler = mock.Mock()
1812 self.loop.set_exception_handler(mock_handler)
1843 mock_handler.assert_called_with(self.loop, {
1848 mock_handler.reset_mock()