Home
last modified time | relevance | path

Searched refs:monkeypatch (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch
219 monkeypatch.setattr('twister_harness.device.hardware_adapter.pty.openpty', lambda: (123, 456))
220monkeypatch.setattr('twister_harness.device.hardware_adapter.os.ttyname', lambda x: f'/pty/ttytest…
/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py150 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/
Dtest_harness.py1213 def test_bsim_build(monkeypatch, tmp_path): argument
1224 monkeypatch.setenv("BSIM_OUT_PATH", str(tmp_path))