Commit 7c4e5cb5 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

cleanup

parent 2b612218
Loading
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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