Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/split/
H A Dmanifest_split_test.py174 def test_get_ninja_inputs(self, mock_check_output): argument
175 mock_check_output.return_value = b"""
186 def test_get_ninja_inputs_includes_test_mapping(self, mock_check_output): argument
187 mock_check_output.return_value = b"""
199 def test_get_kati_makefiles(self, mock_check_output): argument
225 mock_check_output.return_value = '\n'.join(makefiles).encode()
298 def test_create_split_manifest(self, mock_check_output): argument
375 mock_check_output.side_effect = [
490 def test_create_split_manifest_installed_prebuilt(self, mock_check_output): argument
562 mock_check_output.side_effect = [
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dget_llvm_hash_unittest.py103 def testSuccessfullyGetGitHashFromToTOfLLVM(self, mock_check_output): argument
104 mock_check_output.return_value = "a123testhash1 path/to/main\n"
108 mock_check_output.assert_called_once()
/aosp_15_r20/external/python/mobly/tests/mobly/
Dutils_test.py113 def test_collect_process_tree_without_child(self, mock_check_output): argument
114 mock_check_output.side_effect = subprocess.CalledProcessError(
127 def test_collect_process_tree_returns_list(self, mock_check_output): argument
137 mock_check_output.side_effect = (
211 def test_kill_process_tree_on_windows_calls_taskkill(self, mock_check_output): argument
218 mock_check_output.assert_called_once_with([
/aosp_15_r20/tools/acloud/list/
H A Dinstance_test.py159 mock_check_output = self.Patch(
174 mock_check_output.assert_called_with(
/aosp_15_r20/build/make/tools/edit_monitor/
H A Ddaemon_manager_test.py396 def test_cleanup_success(self, mock_check_output): argument
399 mock_check_output.return_value = f'user {p.pid} 1 1 1 1 1 edit_monitor arg'