Searched defs:mock_subprocess_run (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/extras/torq/tests/ |
H A D | device_unit_test.py | 84 def test_get_adb_devices_returns_devices(self, mock_subprocess_run): argument 98 mock_subprocess_run): argument 111 def test_get_adb_devices_returns_no_device(self, mock_subprocess_run): argument 121 mock_subprocess_run): argument 131 def test_get_adb_devices_command_failure_error(self, mock_subprocess_run): argument 142 mock_subprocess_run): argument 153 mock_subprocess_run): argument 170 mock_subprocess_run): argument 184 mock_subprocess_run): argument 199 mock_subprocess_run): argument [all …]
|
H A D | command_executor_unit_test.py | 979 def test_config_pull(self, mock_subprocess_run): argument 989 def test_config_pull_no_device_connection(self, mock_subprocess_run): argument 1001 def test_config_pull_old_android_version(self, mock_subprocess_run): argument
|
H A D | validate_simpleperf_unit_test.py | 144 mock_subprocess_run, mock_isdir, mock_exists): argument 165 mock_subprocess_run, mock_isdir, mock_exists): argument
|