Home
last modified time | relevance | path

Searched defs:mock_warn (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/aidegen/lib/
Dnative_module_info_unittest.py140 def test_is_module_need_build_without_mod_info(self, mock_load, mock_warn): argument
150 def test_is_module_need_build_with_mod_info(self, mock_load, mock_warn): argument
165 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument
182 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument
199 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument
Dmodule_info_util_unittest.py408 mock_news, mock_warn, mock_show_reuse, argument
437 mock_news, mock_warn, mock_show_reuse, argument
467 mock_news, mock_warn, mock_show_reuse, argument
498 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument
529 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument
Dide_util_unittest.py675 def test_get_ide_version(self, mock_warn): argument