Searched defs:check_call (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_xsdb.py | 48 def test_xsdbbinaryrunner_init(check_call, path_exists, tc, runner_config): argument 67 def test_xsdbbinaryrunner_create(check_call, path_exists, tc, runner_config): argument
|
D | test_stm32cubeprogrammer.py | 390 check_call, require, path_exists, path_home, system, tc, runner_config argument 426 check_call, require, path_exists, path_home, system, tc, runner_config argument
|
D | test_nxp_s32dbg.py | 171 def test_debugserver(require, check_call, system, argument 195 def test_debug(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument 229 def test_attach(require, check_call, popen_ignore_int, get_script, temporary_dir, system, argument
|
D | test_nrf.py | 550 def test_init(check_call, popen, get_snr, require, tool, test_case, argument 582 def test_create(check_call, popen, get_snr, require, tool, test_case, argument
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 854 def check_call(self, cmd: list[str], **kwargs): member in ZephyrBinaryRunner
|