Lines Matching full:pytest
10 import pytest
26 @pytest.fixture(name='test_data')
28 """ Pytest fixture to load the test data directory"""
32 @pytest.fixture(name='zephyr_base')
36 @pytest.fixture(name='testsuites_dir')
38 """ Pytest fixture to load the test data directory"""
41 @pytest.fixture(name='class_env')
43 """ Pytest fixture to initialize and return the class TestPlan object"""
54 @pytest.fixture(name='class_testplan')
56 """ Pytest fixture to initialize and return the class TestPlan object"""
65 @pytest.fixture(name='all_testsuites_dict')
67 """ Pytest fixture to call add_testcase function of
74 @pytest.fixture(name='platforms_list')
76 """ Pytest fixture to call add_configurations function of
84 @pytest.fixture
86 """ Pytest fixture to call add_instances function of Testsuite class