Searched refs:mock_file_exists (Results 1 – 1 of 1) sorted by relevance
/tools/asuite/aidegen/lib/ |
D | config_unittest.py | 59 def test_load_aidegen_config(self, mock_file_exists, mock_file_open, argument 62 mock_file_exists.return_value = False 67 mock_file_exists.return_value = True 77 def test_error_load_aidegen_config(self, mock_file_exists, mock_file_open, argument 80 mock_file_exists.return_value = True 146 def test_gen_debugger_config(self, mock_file_exists, mock_file_generate): argument 150 mock_file_exists.return_value = False 157 def test_androidmanifest_no_changed(self, mock_file_exists, argument 161 mock_file_exists.return_value = True 169 def test_override_androidmanifest(self, mock_file_exists, argument [all …]
|