Lines Matching refs:mock
23 from unittest import mock
56 @mock.patch('json.load')
57 @mock.patch('builtins.open')
58 @mock.patch('os.path.exists')
73 @mock.patch('logging.info')
74 @mock.patch('logging.error')
75 @mock.patch('builtins.open')
76 @mock.patch('os.path.exists')
92 @mock.patch('json.dump')
93 @mock.patch('builtins.open')
94 @mock.patch.object(config.AidegenConfig, '_is_config_modified')
104 @mock.patch('json.dump')
105 @mock.patch('builtins.open')
106 @mock.patch.object(config.AidegenConfig, '_is_config_modified')
116 @mock.patch('logging.warning')
117 @mock.patch.object(config.AidegenConfig, '_gen_enable_debugger_config')
118 @mock.patch.object(config.AidegenConfig, '_gen_androidmanifest')
119 @mock.patch.object(config.AidegenConfig, '_gen_enable_debug_sub_dir')
144 @mock.patch.object(common_util, 'file_generate')
145 @mock.patch('os.path.exists')
154 @mock.patch('os.stat')
155 @mock.patch.object(common_util, 'file_generate')
156 @mock.patch('os.path.exists')
166 @mock.patch('os.stat')
167 @mock.patch.object(common_util, 'file_generate')
168 @mock.patch('os.path.exists')
178 @mock.patch.object(common_util, 'file_generate')
179 @mock.patch('os.path.exists')
187 @mock.patch('os.makedirs')
188 @mock.patch('os.path.exists')
195 @mock.patch('os.makedirs')
196 @mock.patch('os.path.exists')
203 @mock.patch('os.path.isfile')
204 @mock.patch('builtins.open', create=True)
213 mock.mock_open(read_data=expacted_data).return_value
223 mock.mock_open(read_data=expacted_data).return_value
227 @mock.patch.object(config.AidegenConfig, 'deprecated_studio_version')
228 @mock.patch.object(config.AidegenConfig, 'deprecated_intellij_version')
243 @mock.patch.object(os.path, 'isfile')
269 @mock.patch('os.path.isfile')
277 @mock.patch.object(config.AidegenConfig, 'deprecated_version')
278 @mock.patch.object(config.AidegenConfig, 'deprecated_intellij_version')
322 @mock.patch('os.makedirs')
323 @mock.patch('os.path.exists')
360 @mock.patch.object(common_util, 'read_file_content')
375 @mock.patch.object(common_util, 'file_generate')
376 @mock.patch.object(common_util, 'read_file_content')
385 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
386 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
387 @mock.patch('os.path.exists')
398 @mock.patch.object(config.IdeaProperties, '_reset_max_file_size')
399 @mock.patch.object(config.IdeaProperties, '_set_default_idea_properties')
400 @mock.patch('os.path.exists')