rustberg 0.0.5

A production-grade, cross-platform, single-binary Apache Iceberg REST Catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
PyIceberg-specific test configuration.

Maps the shared fixtures to the names expected by the migrated tests.
"""

import pytest


# Map the shared pyiceberg_catalog fixture to 'catalog' for compatibility
@pytest.fixture
def catalog(pyiceberg_catalog):
    """Alias for pyiceberg_catalog fixture."""
    return pyiceberg_catalog