Lines Matching refs:mock_file_exists
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
173 mock_file_exists.return_value = True
180 def test_gen_androidmanifest(self, mock_file_exists, mock_file_generate): argument
183 mock_file_exists.return_value = False
324 def test_gen_enable_debug_sub_dir(self, mock_file_exists, mock_makedirs): argument
327 mock_file_exists.return_value = True
330 mock_file_exists.return_value = False
388 def test_set_idea_properties_called(self, mock_file_exists, argument
392 mock_file_exists.return_value = False
401 def test_reset_properties_called(self, mock_file_exists, mock_set_default, argument
404 mock_file_exists.return_value = True