Home
last modified time | relevance | path

Searched refs:mock_command_output (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dupdate_chromeos_llvm_hash_unittest.py332 mock_command_output, argument
354 mock_command_output.assert_called()
363 mock_command_output.call_args_list[0], mock.call(expected_cmd)
368 mock_command_output.call_args_list[1], mock.call(expected_cmd)
373 mock_command_output.call_args_list[2], mock.call(expected_cmd)
378 mock_command_output.call_args_list[3], mock.call(expected_cmd)
430 self, mock_command_output, mock_realpath, mock_islink, mock_llvm_version argument
451 mock_command_output.assert_called()
462 mock_command_output.call_args_list[0], mock.call(expected_cmd)
467 mock_command_output.call_args_list[1], mock.call(expected_cmd)
[all …]
H A Dgit_unittest.py61 def testSuccessfullyCreatedBranch(self, mock_command_output, mock_isdir): argument
69 self.assertEqual(mock_command_output.call_count, 2)
89 def testSuccessfullyDeletedBranch(self, mock_command_output, mock_isdir): argument
97 self.assertEqual(mock_command_output.call_count, 3)