Lines Matching +full:pytest +full:- +full:twister +full:- +full:harness
4 # SPDX-License-Identifier: Apache-2.0
12 import pytest
18 sys.path.insert(0, os.path.join(ZEPHYR_BASE, 'scripts', 'pylib', 'twister'))
86 @pytest.mark.parametrize(
194 @pytest.mark.parametrize(
248 @pytest.mark.parametrize(
294 @pytest.mark.parametrize(
304 with pytest.raises(TwisterException):
312 'twister',
368 @pytest.mark.parametrize(
418 @pytest.mark.parametrize(
429 with pytest.raises(expected) if \
451 @pytest.mark.parametrize(
609 @pytest.mark.parametrize(
662 pytest.raises(type(expected_exception)) if \
692 @pytest.mark.parametrize(
710 'twister',
757 @pytest.mark.parametrize(
808 'harness': 'console',
812 ('harness', 'console'),
821 # 'harness': 'console'
828 @pytest.mark.parametrize(
832 # 'no harness',
833 'proper harness',
834 # 'harness error'
846 with pytest.raises(expected) if \
852 assert str(exception.value) == 'Harness config error: console harness' \
872 ZEPHYR_BASE + '/scripts/tests/twister/test_data/testsuites',
873 ZEPHYR_BASE + '/scripts/tests/twister/test_data/testsuites/tests/test_a',
885 ZEPHYR_BASE + '/scripts/tests/twister/test_data/testsuites/test_b',
902 @pytest.mark.parametrize("testsuite_root, suite_path, name, expected", TESTDATA_11)