Lines Matching refs:autospec
88 @mock.patch('subprocess.check_output', autospec=True)
108 @mock.patch('subprocess.check_output', autospec=True)
131 @mock.patch('subprocess.check_output', autospec=True)
142 @mock.patch('subprocess.check_output', autospec=True)
164 @mock.patch('subprocess.check_output', autospec=True)
193 @mock.patch('subprocess.check_call', autospec=True)
204 @mock.patch('subprocess.check_output', autospec=True)
214 @mock.patch.object(dsl, 'restart_service', autospec=True)
222 with mock.patch.object(dsl, 'service_status', autospec=True,
250 @mock.patch('subprocess.check_output', autospec=True)
274 @mock.patch('subprocess.check_output', autospec=True)