Lines Matching full:patch

10 from unittest.mock import patch, call
161 @patch('runners.bossac.BossacBinaryRunner.supports',
163 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
165 @patch('runners.core.ZephyrBinaryRunner.require',
167 @patch('runners.core.ZephyrBinaryRunner.check_call')
189 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
194 @patch('runners.bossac.BossacBinaryRunner.supports',
196 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
198 @patch('runners.core.ZephyrBinaryRunner.require',
200 @patch('runners.core.ZephyrBinaryRunner.check_call')
226 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
231 @patch('runners.bossac.BossacBinaryRunner.supports',
233 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
235 @patch('runners.core.ZephyrBinaryRunner.require',
237 @patch('runners.core.ZephyrBinaryRunner.check_call')
264 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
269 @patch('runners.bossac.BossacBinaryRunner.supports',
271 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
273 @patch('runners.core.ZephyrBinaryRunner.require',
275 @patch('runners.core.ZephyrBinaryRunner.check_call')
301 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
305 @patch('runners.bossac.BossacBinaryRunner.supports',
307 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
309 @patch('runners.core.ZephyrBinaryRunner.require',
311 @patch('runners.core.ZephyrBinaryRunner.check_call')
341 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
348 @patch('runners.bossac.BossacBinaryRunner.supports',
350 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
352 @patch('runners.core.ZephyrBinaryRunner.require',
354 @patch('runners.core.ZephyrBinaryRunner.check_call')
379 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
384 @patch('runners.bossac.BossacBinaryRunner.supports',
386 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
388 @patch('runners.core.ZephyrBinaryRunner.require',
390 @patch('runners.core.ZephyrBinaryRunner.check_call')
414 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
418 @patch('runners.bossac.BossacBinaryRunner.supports',
420 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
422 @patch('runners.core.ZephyrBinaryRunner.require',
424 @patch('runners.core.ZephyrBinaryRunner.check_call')
448 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
453 @patch('runners.bossac.BossacBinaryRunner.supports',
455 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
457 @patch('runners.core.ZephyrBinaryRunner.require',
459 @patch('runners.core.ZephyrBinaryRunner.check_call')
483 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
488 @patch('runners.bossac.BossacBinaryRunner.supports',
490 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
492 @patch('runners.core.ZephyrBinaryRunner.require',
494 @patch('runners.core.ZephyrBinaryRunner.check_call')
517 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
524 @patch('runners.bossac.BossacBinaryRunner.supports',
526 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
528 @patch('runners.core.ZephyrBinaryRunner.require',
530 @patch('runners.core.ZephyrBinaryRunner.check_call')
553 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
559 @patch('runners.bossac.BossacBinaryRunner.supports',
561 @patch('runners.bossac.BossacBinaryRunner.get_chosen_code_partition_node',
563 @patch('runners.core.ZephyrBinaryRunner.require',
565 @patch('runners.core.ZephyrBinaryRunner.check_call')
589 with patch('os.path.isfile', side_effect=os_path_isfile_patch):