Lines Matching full:fixture
11 # - Creating the U-Boot console test fixture.
205 """Provide parametrization for a ut_subtest fixture.
209 to test functions by parameterizing their ut_subtest fixture parameter.
213 fixture_name: The fixture name to test.
240 If a test function takes parameter(s) (fixture names) of the form brd__xxx
247 fixture_name: The fixture name to test.
284 Check each test function parameter (fixture name) to see if it is one of
301 @pytest.fixture(scope='session')
303 """Generate the value of a test's log fixture.
309 The fixture value.
314 @pytest.fixture(scope='session')
316 """Generate the value of a test's u_boot_config fixture.
322 The fixture value.
327 @pytest.fixture(scope='function')
329 """Generate the value of a test's u_boot_console fixture.
335 The fixture value.