Searched defs:mock_isfile (Results 1 – 5 of 5) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | module_info_util_unittest.py | 83 def test_of_build_bp_info_reuse_jsons(self, mock_json, mock_isfile, argument 105 def test_of_build_bp_info_rebuild_jsons(self, mock_json, mock_isfile, argument 139 def test_of_build_bp_info_show_build_fail(self, mock_json, mock_isfile, argument 172 def test_of_build_bp_info_rebuild_and_reuse(self, mock_json, mock_isfile, argument 203 def test_of_build_bp_info_reuse_pass(self, mock_json, mock_isfile, mock_log, argument 285 def test_build_bp_info_normal(self, mock_isfile, mock_build, mock_time): argument 303 def test_is_new_json_file_generated(self, mock_isfile, mock_getmtime): argument 407 def test_build_bp_info_skip(self, mock_gen_jsons, mock_isfile, argument 436 def test_build_bp_info_no_skip(self, mock_gen_jsons, mock_isfile, argument 466 def test_build_bp_info_failed(self, mock_gen_jsons, mock_isfile, argument [all …]
|
D | native_module_info_unittest.py | 211 def test_is_source_need_build_return_true(self, mock_load, mock_isfile): argument 222 def test_is_source_need_build_return_false(self, mock_load, mock_isfile): argument 329 mock_isfile, mock_base_load): argument
|
D | config_unittest.py | 205 def test_deprecated_intellij_version(self, mock_open, mock_isfile): argument 270 def test_idea_path_not_file(self, mock_isfile): argument
|
/tools/asuite/aidegen/vscode/ |
D | vscode_native_project_file_gen_unittest.py | 53 def test_create_c_cpp_properties_dict(self, mock_isfile, mock_isdir): argument
|
/tools/acloud/create/ |
D | local_image_local_instance_test.py | 217 def testFindCvdHostBinaries(self, mock_isfile): argument
|