Home
last modified time | relevance | path

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

/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py384 def test_find_git_root(self, mock_get_root, mock_exist): argument
387 mock_exist.return_value = True
389 mock_exist.return_value = False
Dsource_locator_unittest.py469 def test_switch_repackaged(self, mock_android_root_dir, mock_exist): argument
472 mock_exist.return_value = False
476 mock_exist.return_value = True
/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py309 def test_try_set_gts_authentication_key_is_set_by_user(self, mock_exist): argument
313 mock_exist.assert_not_called()
/tools/tradefederation/core/atest/test_runners/
Datest_tf_test_runner_unittest.py303 def test_try_set_gts_authentication_key_is_set_by_user(self, mock_exist): argument
307 mock_exist.assert_not_called()