Lines Matching full:patch
7 from unittest.mock import patch, call
60 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch)
61 @patch('runners.core.ZephyrBinaryRunner.check_call')
69 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch)
70 @patch('runners.core.ZephyrBinaryRunner.check_call')
82 @patch('runners.core.ZephyrBinaryRunner.require', side_effect=require_patch)
83 @patch('runners.core.ZephyrBinaryRunner.check_call')
120 @patch('serial.tools.list_ports.comports')
121 @patch('os.path.exists')
122 @patch('glob.glob')
151 @patch('serial.tools.list_ports.comports')
152 @patch('glob.glob')
180 @patch('serial.tools.list_ports.comports')