• Home
  • Raw
  • Download

Lines Matching refs:patch

32   @mock.patch.object(rust_uprev, 'get_distdir', return_value='/fake/distfiles')
33 @mock.patch.object(subprocess, 'call', side_effect=_fail_command)
38 @mock.patch.object(rust_uprev,
41 @mock.patch.object(rust_uprev, 'get_distdir', return_value='/fake/distfiles')
42 @mock.patch.object(subprocess, 'call', return_value=0)
46 @mock.patch.object(
50 @mock.patch.object(rust_uprev, 'get_distdir', return_value='/fake/distfiles')
51 @mock.patch.object(subprocess, 'call', return_value=0)
55 @mock.patch.object(
59 @mock.patch.object(rust_uprev, 'get_distdir', return_value='/fake/distfiles')
60 @mock.patch.object(subprocess, 'call', return_value=0)
103 obj = rust_uprev.RustVersion(major=1, minor=2, patch=3)
107 expected = rust_uprev.RustVersion(major=1, minor=2, patch=3)
112 expected = rust_uprev.RustVersion(major=1, minor=2, patch=3)
134 @mock.patch.object(rust_uprev,
137 @mock.patch.object(rust_uprev, 'find_ebuild_path')
138 @mock.patch.object(rust_uprev, 'get_command_output')
151 @mock.patch.object(rust_uprev,
154 @mock.patch.object(rust_uprev,
157 @mock.patch.object(rust_uprev, 'get_command_output')
165 @mock.patch.object(rust_uprev, 'find_ebuild_path')
166 @mock.patch.object(os.path, 'exists')
167 @mock.patch.object(rust_uprev, 'get_command_output')
183 @mock.patch.object(rust_uprev,
186 @mock.patch.object(os.path, 'exists')
187 @mock.patch.object(rust_uprev, 'get_command_output')
218 with mock.patch('builtins.open', mock_open):
227 with mock.patch('builtins.open', mock_open):
241 with mock.patch('builtins.open', mock_open):
271 @mock.patch.object(rust_uprev, 'flip_mirror_in_ebuild')
272 @mock.patch.object(rust_uprev, 'ebuild_actions')
290 mock.patch.object(rust_uprev, 'find_ebuild_path') as mock_find_ebuild:
338 with mock.patch('builtins.open', mock_open):
350 with mock.patch('builtins.open', mock_open):
366 @mock.patch.object(shutil, 'copyfile')
367 @mock.patch.object(os, 'listdir')
368 @mock.patch.object(subprocess, 'check_call')
395 @mock.patch.object(shutil, 'copyfile')
396 @mock.patch.object(subprocess, 'check_call')
407 @mock.patch.object(rust_uprev, 'find_ebuild_for_package')
408 @mock.patch.object(subprocess, 'check_call')
425 @mock.patch.object(rust_uprev, 'find_ebuild_path')
426 @mock.patch.object(subprocess, 'check_call')
435 @mock.patch.object(rust_uprev, 'find_ebuild_path')
436 @mock.patch.object(shutil, 'copyfile')
437 @mock.patch.object(subprocess, 'check_call')
450 @mock.patch.object(os, 'listdir')
462 @mock.patch.object(os, 'listdir')
471 @mock.patch.object(rust_uprev, 'get_command_output')
472 @mock.patch.object(git, 'CreateBranch')
479 @mock.patch.object(rust_uprev, 'get_command_output')
480 @mock.patch.object(subprocess, 'check_call')
491 with mock.patch('builtins.open', mock_open):