Home
last modified time | relevance | path

Searched refs:mock_update (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/setup/
Dgcp_setup_runner_test.py120 def testSetupSSHKeys(self, mock_check, mock_update): argument
126 self.assertEqual(mock_update.call_count, 0)
137 mock_update.assert_has_calls([
157 def testCreateStableHostImage(self, mock_update): argument
162 self.assertEqual(mock_update.call_count, 0)
166 self.assertEqual(mock_update.call_count, 1)
/tools/asuite/atest/
Dresult_reporter_unittest.py242 def test_process_test_result(self, mock_print, mock_update, mock_title): argument
251 mock_update.assert_called_with(RESULT_PASSED_TEST, group)
257 mock_update.assert_called_with(RESULT_FAILED_TEST, group)
/tools/asuite/atest-py2/
Dresult_reporter_unittest.py240 def test_process_test_result(self, mock_print, mock_update, mock_title): argument
249 mock_update.assert_called_with(RESULT_PASSED_TEST, group)
255 mock_update.assert_called_with(RESULT_FAILED_TEST, group)