"""
PyIceberg-specific test configuration.
Maps the shared fixtures to the names expected by the migrated tests.
"""importpytest# Map the shared pyiceberg_catalog fixture to 'catalog' for compatibility
@pytest.fixturedefcatalog(pyiceberg_catalog):"""Alias for pyiceberg_catalog fixture."""returnpyiceberg_catalog