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.py409 mock_news, mock_warn, mock_show_reuse, argument
438 mock_news, mock_warn, mock_show_reuse, argument
468 mock_news, mock_warn, mock_show_reuse, argument
499 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument
530 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument
Dide_util_unittest.py674 def test_get_ide_version(self, mock_warn): argument