Home
last modified time | relevance | path

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

/external/toolchain-utils/llvm_tools/
Dget_llvm_hash_unittest.py88 def testSuccessfullyGetGitHashFromToTOfLLVM(self, mock_check_output): argument
89 mock_check_output.return_value = 'a123testhash1 path/to/main\n'
91 mock_check_output.assert_called_once()
/external/python/mobly/tests/mobly/
Dutils_test.py108 def test_collect_process_tree_without_child(self, mock_check_output): argument
109 mock_check_output.side_effect = (subprocess.CalledProcessError(
119 def test_collect_process_tree_returns_list(self, mock_check_output): argument
129 mock_check_output.side_effect = (
200 def test_kill_process_tree_on_windows_calls_taskkill(self, mock_check_output): argument
207 mock_check_output.assert_called_once_with([