Home
last modified time | relevance | path

Searched defs:check_output (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/scripts/west_commands/tests/
Dtest_nrf.py547 def test_init(check_call, check_output, get_snr, require, tool, test_case, argument
578 def test_create(check_call, check_output, get_snr, require, tool, test_case, argument
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dcore.py739 def check_output(self, cmd: List[str], **kwargs) -> bytes: member in ZephyrBinaryRunner