Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py323 def test_AndroidDevice_take_bug_report(self, mock_log_path, exe_mock, argument
330 mock_log_path.return_value = os.path.join(
333 mock_makedirs.assert_called_with(mock_log_path(), exist_ok=True)
346 def test_AndroidDevice_take_bug_report_fail(self, mock_log_path, *_): argument
351 mock_log_path.return_value = os.path.join(
369 self, mock_log_path, exe_mock, mock_makedirs, FastbootProxy, argument
375 mock_log_path.return_value = os.path.join(
378 mock_makedirs.assert_called_with(mock_log_path(), exist_ok=True)