Searched refs:mock_relpath (Results 1 – 3 of 3) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | native_module_info_unittest.py | 110 def test_get_module_names_in_targets_paths(self, mock_relpath, mock_load): argument 114 mock_relpath.return_value = (_PATH_TO_MULT_MODULES_WITH_MULTI_ARCH, '')
|
D | project_info_unittest.py | 360 def test_collect_all_dep_modules(self, mock_relpath, mock_sub_modules_path, argument 365 mock_relpath.return_value = ('path/to/sub/module', '')
|
D | module_info_util_unittest.py | 387 self, mock_handle, mock_relpath): argument 390 mock_relpath.return_value = 'c/d', 'a/b/c/d'
|