Searched refs:mock_update (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/setup/ |
D | gcp_setup_runner_test.py | 120 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/ |
D | result_reporter_unittest.py | 242 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/ |
D | result_reporter_unittest.py | 240 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)
|