Home
last modified time | relevance | path

Searched refs:pytester (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py160 def test_if_report_is_parsed(pytester, testinstance: TestInstance): argument
167 test_file = pytester.path / 'test_valid.py'
170 result = pytester.runpytest(
190 def test_if_report_with_error(pytester, testinstance: TestInstance): argument
197 test_file = pytester.path / 'test_error.py'
199 report_file = pytester.path / 'report.xml'
200 result = pytester.runpytest(
224 def test_if_report_with_skip(pytester, testinstance: TestInstance): argument
233 test_file = pytester.path / 'test_skip.py'
235 report_file = pytester.path / 'report.xml'
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/
Dplugin_test.py33 pytester: pytest.Pytester,
35 pytester.makepyfile(
50 pytester.syspathinsert(twister_harness)
51 result = pytester.runpytest(