Lines Matching full:fixture
10 # - Creating the U-Boot console test fixture.
208 """Provide parametrization for a ut_subtest fixture.
212 to test functions by parameterizing their ut_subtest fixture parameter.
216 fixture_name: The fixture name to test.
243 If a test function takes parameter(s) (fixture names) of the form brd__xxx
250 fixture_name: The fixture name to test.
287 Check each test function parameter (fixture name) to see if it is one of
304 @pytest.fixture(scope='session')
306 """Generate the value of a test's log fixture.
312 The fixture value.
317 @pytest.fixture(scope='session')
319 """Generate the value of a test's u_boot_config fixture.
325 The fixture value.
330 @pytest.fixture(scope='function')
332 """Generate the value of a test's u_boot_console fixture.
338 The fixture value.