Searched defs:TestInstance (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 36 def test_pytest_command(testinstance: TestInstance, device_type): 56 def test_pytest_command_dut_scope(testinstance: TestInstance): 65 def test_pytest_command_extra_args(testinstance: TestInstance): 75 def test_pytest_command_extra_args_in_options(testinstance: TestInstance): 138 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): 149 def test_if_report_is_parsed(pytester, testinstance: TestInstance): 179 def test_if_report_with_error(pytester, testinstance: TestInstance): 213 def test_if_report_with_skip(pytester, testinstance: TestInstance): 245 def test_if_report_with_filter(pytester, testinstance: TestInstance): 273 def test_if_report_with_no_collected(pytester, testinstance: TestInstance):
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | runner.py | 535 def __init__(self, instance: TestInstance, env: TwisterEnv, jobserver, **kwargs): 1154 def gather_metrics(self, instance: TestInstance): 1169 def calc_size(instance: TestInstance, from_buildlog: bool):
|
D | testinstance.py | 33 class TestInstance: class
|
D | testplan.py | 581 def handle_quarantined_tests(self, instance: TestInstance, plat: Platform):
|
D | harness.py | 336 def configure(self, instance: TestInstance):
|