Searched defs:TestInstance (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/tests/twister/pytest_integration/ |
D | test_harness_pytest.py | 37 def test_pytest_command(testinstance: TestInstance, device_type): 57 def test_pytest_command_dut_scope(testinstance: TestInstance): 66 def test_pytest_command_extra_args(testinstance: TestInstance): 76 def test_pytest_command_extra_test_args(testinstance: TestInstance): 85 def test_pytest_command_extra_args_in_options(testinstance: TestInstance): 149 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected): 160 def test_if_report_is_parsed(pytester, testinstance: TestInstance): 190 def test_if_report_with_error(pytester, testinstance: TestInstance): 224 def test_if_report_with_skip(pytester, testinstance: TestInstance): 256 def test_if_report_with_filter(pytester, testinstance: TestInstance): [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testinstance.py | 41 class TestInstance: class
|
D | runner.py | 859 def __init__(self, instance: TestInstance, env: TwisterEnv, jobserver, **kwargs): 1725 def gather_metrics(self, instance: TestInstance): 1740 def calc_size(instance: TestInstance, from_buildlog: bool):
|
D | testplan.py | 676 def handle_quarantined_tests(self, instance: TestInstance, plat: Platform):
|
D | harness.py | 356 def configure(self, instance: TestInstance):
|