Lines Matching full:pytest
2 Pytest Twister harness
9 separately by pip. When Twister uses this plugin for pytest tests, it updates
10 :envvar:`PYTHONPATH` variable, and then extends pytest command by
24 ./scripts/twister -p native_sim -p qemu_x86 -T samples/subsys/testsuite/pytest/shell
27 …0dk/nrf52840 --device-testing --device-serial /dev/ttyACM0 -T samples/subsys/testsuite/pytest/shell
29 or build shell application by west and call pytest directly:
33 export PYTHONPATH=${ZEPHYR_BASE}/scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
35 cd ${ZEPHYR_BASE}/samples/subsys/testsuite/pytest/shell
39 pytest --twister-harness --device-type=native --build-dir=build -p twister_harness.plugin
43 pytest --twister-harness --device-type=qemu --build-dir=build -p twister_harness.plugin
47 …pytest --twister-harness --device-type=hardware --device-serial=/dev/ttyACM0 --build-dir=build -p …