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

/linux-master/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 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 Dbase.py222 @pytest.fixture()
228 @pytest.fixture()
236 @pytest.fixture(autouse=True)
261 @pytest.fixture(autouse=True)
H A Dtest_gamepad.py22 @pytest.fixture(autouse=True)
H A Dtest_sony.py227 @pytest.fixture(autouse=True)
H A Dtest_wacom_generic.py762 @pytest.fixture(
/linux-master/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() - Called once per fixture to setup the data and
218 * @fixture_name: fixture name
242 * FIXTURE_SETUP() - 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
814 struct __fixture_metadata *fixture; member in struct:__test_xfail
875 struct __fixture_metadata *fixture; member in struct:__test_metadata
[all...]
/linux-master/scripts/kconfig/tests/
H A Dconftest.py9 This provides fixture functions commonly used from test files.
296 @pytest.fixture(scope="module")

Completed in 124 milliseconds