Lines Matching full:pytest
5 import pytest
11 from twisterlib.harness import Pytest
17 @pytest.fixture
36 @pytest.mark.parametrize('device_type', ['native', 'qemu'])
38 pytest_harness = Pytest()
43 'pytest',
44 'samples/hello/pytest',
58 pytest_harness = Pytest()
67 pytest_harness = Pytest()
77 pytest_harness = Pytest()
86 pytest_harness = Pytest()
99 @pytest.mark.parametrize(
103 ['pytest/test_shell_help.py'],
104 ['samples/hello/pytest/test_shell_help.py']
107 ['pytest/test_shell_help.py', 'pytest/test_shell_version.py', 'test_dir'],
108 ['samples/hello/pytest/test_shell_help.py',
109 'samples/hello/pytest/test_shell_version.py',
113 ['../shell/pytest/test_shell.py'],
114 ['samples/shell/pytest/test_shell.py']
125 ['$ZEPHYR_BASE/samples/subsys/testsuite/pytest/shell/pytest'],
126 ['/zephyr_base/samples/subsys/testsuite/pytest/shell/pytest']
129 ['pytest/test_shell_help.py::test_A', 'pytest/test_shell_help.py::test_B'],
130 ['samples/hello/pytest/test_shell_help.py::test_A',
131 'samples/hello/pytest/test_shell_help.py::test_B']
134 ['pytest/test_shell_help.py::test_A[param_a]'],
135 ['samples/hello/pytest/test_shell_help.py::test_A[param_a]']
153 pytest_harness = Pytest()
177 pytest_harness = Pytest()
207 pytest_harness = Pytest()
226 import pytest
227 @pytest.mark.skip('Test skipped')
231 pytest.skip('Skipped on runtime')
243 pytest_harness = Pytest()
258 import pytest
275 pytest_harness = Pytest()
286 import pytest
301 pytest_harness = Pytest()