Searched defs:HardwareAdapter (Results 1 – 2 of 2) sorted by relevance
/scripts/pylib/pytest-twister-harness/tests/device/ |
A D | hardware_adapter_test.py | 39 def test_if_get_command_returns_proper_string_1(patched_which, device: HardwareAdapter) -> None: 47 def test_if_get_command_returns_proper_string_2(patched_which, device: HardwareAdapter) -> None: 58 def test_if_get_command_returns_proper_string_3(patched_which, device: HardwareAdapter) -> None: 69 def test_if_get_command_returns_proper_string_4(patched_which, device: HardwareAdapter) -> None: 82 def test_if_get_command_returns_proper_string_5(patched_which, device: HardwareAdapter) -> None: 95 def test_if_get_command_returns_proper_string_6(patched_which, device: HardwareAdapter) -> None: 107 def test_if_get_command_returns_proper_string_7(patched_which, device: HardwareAdapter) -> None: 170 patched_which, device: HardwareAdapter 184 def test_if_hardware_adapter_raises_exception_empty_command(device: HardwareAdapter) -> None: 211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch [all …]
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A D | hardware_adapter.py | 28 class HardwareAdapter(DeviceAdapter): class
|
Completed in 3 milliseconds