Searched refs:pytester (Results 1 – 2 of 2) sorted by relevance
160 def test_if_report_is_parsed(pytester, testinstance: TestInstance): argument167 test_file = pytester.path / 'test_valid.py'170 result = pytester.runpytest(190 def test_if_report_with_error(pytester, testinstance: TestInstance): argument197 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): argument233 test_file = pytester.path / 'test_skip.py'235 report_file = pytester.path / 'report.xml'[all …]
33 pytester: pytest.Pytester,35 pytester.makepyfile(50 pytester.syspathinsert(twister_harness)51 result = pytester.runpytest(