Lines Matching refs:TestInstance
13 from twisterlib.testinstance import TestInstance
18 def testinstance() -> TestInstance:
25 testinstance = TestInstance(testsuite, platform, 'outdir')
37 def test_pytest_command(testinstance: TestInstance, device_type): argument
57 def test_pytest_command_dut_scope(testinstance: TestInstance): argument
66 def test_pytest_command_extra_args(testinstance: TestInstance): argument
76 def test_pytest_command_extra_test_args(testinstance: TestInstance): argument
85 def test_pytest_command_extra_args_in_options(testinstance: TestInstance): argument
149 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): argument
160 def test_if_report_is_parsed(pytester, testinstance: TestInstance): argument
190 def test_if_report_with_error(pytester, testinstance: TestInstance): argument
224 def test_if_report_with_skip(pytester, testinstance: TestInstance): argument
256 def test_if_report_with_filter(pytester, testinstance: TestInstance): argument
284 def test_if_report_with_no_collected(pytester, testinstance: TestInstance): argument