Home
last modified time | relevance | path

Searched refs:fixture (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
H A Dbase.py222 @pytest.fixture()
228 @pytest.fixture()
236 @pytest.fixture(autouse=True)
262 @pytest.fixture(autouse=True)
H A Dtest_usb_crash.py75 # conftest.py is generating the following fixture:
77 # @pytest.fixture(params=[('modulename', 1, 2)])
81 @pytest.fixture()
100 The test is empty as the fixture `check_taint` is doing the job (and
H A Dtest_gamepad.py22 @pytest.fixture(autouse=True)
H A Dtest_sony.py227 @pytest.fixture(autouse=True)
H A Dtest_wacom_generic.py761 @pytest.fixture(
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_harness.h187 .fixture = &_fixture_global, \
208 * This call may be used when the type of the fixture data
215 * FIXTURE(fixture_name) - Called once per fixture to setup the data and
218 * @fixture_name: fixture name
242 * FIXTURE_SETUP(fixture_name) - Prepares the setup function for the fixture.
245 * @fixture_name: fixture name
251 * Populates the required "setup" function for a fixture. An instance of the
256 * of any dependent fixture tests.
271 * @fixture_name: fixture name
277 * Populates the required "teardown" function for a fixture
818 struct __fixture_metadata *fixture; global() member
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h196 .fixture = &_fixture_global, \
217 * This call may be used when the type of the fixture data
224 * FIXTURE() - Called once per fixture to setup the data and
227 * @fixture_name: fixture name
251 * FIXTURE_SETUP() - Prepares the setup function for the fixture.
254 * @fixture_name: fixture name
260 * Populates the required "setup" function for a fixture. An instance of the
265 * of any dependent fixture tests.
280 * @fixture_name: fixture name
286 * Populates the required "teardown" function for a fixture
833 struct __fixture_metadata *fixture; global() member
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/tests/
H A Dconftest.py9 This provides fixture functions commonly used from test files.
288 @pytest.fixture(scope="module")
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H A Dconftest.py9 This provides fixture functions commonly used from test files.
292 @pytest.fixture(scope="module")

Completed in 6 milliseconds