Loading tests/conftest.py +0 −12 Original line number Diff line number Diff line Loading @@ -1546,15 +1546,3 @@ def ref_postrend_frontend(ref_postrend_path, request) -> Optional[PostRendFronte # Fixture teardown if postrend is not None: postrend._check_run() def pytest_sessionstart(session): session.test_functions = [] def pytest_collection_finish(session): # Collect all test function names session.test_functions = [item.nodeid for item in session.items] @pytest.fixture(scope="session") def collected_tests(request): # Access the collected test function names return getattr(request.session, "test_functions", []) No newline at end of file Loading
tests/conftest.py +0 −12 Original line number Diff line number Diff line Loading @@ -1546,15 +1546,3 @@ def ref_postrend_frontend(ref_postrend_path, request) -> Optional[PostRendFronte # Fixture teardown if postrend is not None: postrend._check_run() def pytest_sessionstart(session): session.test_functions = [] def pytest_collection_finish(session): # Collect all test function names session.test_functions = [item.nodeid for item in session.items] @pytest.fixture(scope="session") def collected_tests(request): # Access the collected test function names return getattr(request.session, "test_functions", []) No newline at end of file