Searched refs:patched_which (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 33 def test_if_hardware_adapter_raise_exception_when_west_not_found(patched_which, device: HardwareAda… argument 39 def test_if_get_command_returns_proper_string_1(patched_which, device: HardwareAdapter) -> None: argument 47 def test_if_get_command_returns_proper_string_2(patched_which, device: HardwareAdapter) -> None: argument 58 def test_if_get_command_returns_proper_string_3(patched_which, device: HardwareAdapter) -> None: argument 69 def test_if_get_command_returns_proper_string_4(patched_which, device: HardwareAdapter) -> None: argument 82 def test_if_get_command_returns_proper_string_5(patched_which, device: HardwareAdapter) -> None: argument 95 def test_if_get_command_returns_proper_string_6(patched_which, device: HardwareAdapter) -> None: argument 107 def test_if_get_command_returns_proper_string_7(patched_which, device: HardwareAdapter) -> None: argument 119 def test_if_get_command_returns_proper_string_8(patched_which, device: HardwareAdapter) -> None: argument 132 def test_if_get_command_returns_proper_string_with_runner_params_1(patched_which, device: HardwareA… argument [all …]
|
D | qemu_adapter_test.py | 29 def test_if_generate_command_creates_proper_command(patched_which, device: QemuAdapter): argument
|
D | binary_adapter_test.py | 205 def test_if_custom_binary_adapter_get_command_returns_proper_string(patched_which, tmp_path: Path) … argument 213 def test_if_custom_binary_adapter_raise_exception_when_west_not_found(patched_which, tmp_path: Path… argument
|