Searched refs:mock_gen_jsons (Results 1 – 1 of 1) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | module_info_util_unittest.py | 407 def test_build_bp_info_skip(self, mock_gen_jsons, mock_isfile, argument 412 mock_gen_jsons.return_value = [ 436 def test_build_bp_info_no_skip(self, mock_gen_jsons, mock_isfile, argument 441 mock_gen_jsons.return_value = [ 466 def test_build_bp_info_failed(self, mock_gen_jsons, mock_isfile, argument 471 mock_gen_jsons.return_value = [ 498 self, mock_gen_jsons, mock_isfile, mock_log_info, argument 502 mock_gen_jsons.return_value = [ 529 self, mock_gen_jsons, mock_isfile, mock_log_info, argument 533 mock_gen_jsons.return_value = [
|