Lines Matching defs:mock
7 from unittest import mock
39 self._proc = mock.Mock()
53 protocol = mock.Mock()
308 transport.pause_reading = mock.Mock()
309 transport.resume_reading = mock.Mock()
561 proc.kill = mock.Mock()
595 with mock.patch(target) as popen:
772 watcher = mock.create_autospec(
789 mock.call.__enter__(),
790 mock.call.__enter__().is_active(),
791 mock.call.__exit__(RuntimeError, mock.ANY, mock.ANY),