Searched defs:mock_isdir (Results 1 – 5 of 5) sorted by relevance
/tools/asuite/aidegen/vscode/ |
D | vscode_native_project_file_gen_unittest.py | 40 def test_init(self, mock_isdir, mock_mkdir): argument 53 def test_create_c_cpp_properties_dict(self, mock_isfile, mock_isdir): argument
|
/tools/asuite/aidegen/lib/ |
D | native_module_info_unittest.py | 235 def test_is_include_need_build_return_true(self, mock_load, mock_isdir): argument 246 def test_is_include_need_build_return_false(self, mock_load, mock_isdir): argument
|
D | common_util_unittest.py | 156 def test_check_module(self, mock_get, mock_isdir, mock_has_target, argument
|
/tools/asuite/atest-py2/test_finders/ |
D | test_finder_utils_unittest.py | 210 def test_is_equal_or_sub_dir(self, mock_isdir): argument
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils_unittest.py | 240 def test_is_equal_or_sub_dir(self, mock_isdir): argument
|