We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed226d1 commit 1b6863aCopy full SHA for 1b6863a
.github/workflows/twister_tests.yml
@@ -49,10 +49,18 @@ jobs:
49
- name: install-packages
50
run: |
51
pip3 install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt
52
- - name: Run pytest
+ - name: Run pytest for twisterlib
53
env:
54
ZEPHYR_BASE: ./
55
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
56
57
echo "Run twister tests"
58
PYTHONPATH=./scripts/tests pytest ./scripts/tests/twister
59
+ - name: Run pytest for pytest-twister-harness
60
+ env:
61
+ ZEPHYR_BASE: ./
62
+ ZEPHYR_TOOLCHAIN_VARIANT: zephyr
63
+ PYTHONPATH: ./scripts/pylib/pytest-twister-harness/src:${PYTHONPATH}
64
+ run: |
65
+ echo "Run twister tests"
66
+ pytest ./scripts/pylib/pytest-twister-harness/tests
0 commit comments