Searched refs:monkeypatch (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | hardware_adapter_test.py | 211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch 219 monkeypatch.setattr('twister_harness.device.hardware_adapter.pty.openpty', lambda: (123, 456)) 220 …monkeypatch.setattr('twister_harness.device.hardware_adapter.os.ttyname', lambda x: f'/pty/ttytest…
|
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 150 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument 151 monkeypatch.setenv('ZEPHYR_BASE', '/zephyr_base') 152 monkeypatch.setenv('HOME', '/home/joe')
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 1213 def test_bsim_build(monkeypatch, tmp_path): argument 1224 monkeypatch.setenv("BSIM_OUT_PATH", str(tmp_path))
|