Lines Matching refs:pytest
9 import pytest
22 @pytest.fixture(scope='session')
23 def twister_harness_config(request: pytest.FixtureRequest) -> TwisterHarnessConfig:
29 @pytest.fixture(scope='session')
48 @pytest.fixture(scope=determine_scope)
49 def unlaunched_dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[Devic…
57 @pytest.fixture(scope=determine_scope)
58 def dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[DeviceAdapter, N…
68 @pytest.fixture(scope=determine_scope)
77 pytest.fail('Prompt not found')
86 @pytest.fixture(scope='session')
89 pytest.skip('mcumgr not available')
92 @pytest.fixture()