Lines Matching refs:autospec
89 @mock.patch('subprocess.check_output', autospec=True)
109 @mock.patch('subprocess.check_output', autospec=True)
132 @mock.patch('subprocess.check_output', autospec=True)
142 @mock.patch('subprocess.check_output', autospec=True)
160 @mock.patch('subprocess.check_output', autospec=True)
190 @mock.patch('subprocess.check_call', autospec=True)
201 @mock.patch('subprocess.check_output', autospec=True)
211 @mock.patch.object(dsl, 'restart_service', autospec=True)
219 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)