Skip to content

Commit c46eca0

Browse files
Drop docstrings from integration replace tests
1 parent a88b976 commit c46eca0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/integration/test_rest_catalog.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def test_create_namespace_if_already_existing(catalog: RestCatalog) -> None:
7575
@pytest.mark.integration
7676
@pytest.mark.parametrize("catalog", [lf("session_catalog")])
7777
def test_replace_table(catalog: Catalog) -> None:
78-
"""End-to-end smoke test: replace_table against a real REST server."""
7978
identifier = f"default.test_replace_table_e2e_{catalog.name}"
8079
if not catalog.namespace_exists("default"):
8180
catalog.create_namespace("default")
@@ -112,7 +111,6 @@ def test_replace_table(catalog: Catalog) -> None:
112111
@pytest.mark.integration
113112
@pytest.mark.parametrize("catalog", [lf("session_catalog")])
114113
def test_replace_table_transaction(catalog: Catalog) -> None:
115-
"""RTAS against a real REST server: the schema swap and the new-data write land atomically."""
116114
identifier = f"default.test_replace_rtas_{catalog.name}"
117115
if not catalog.namespace_exists("default"):
118116
catalog.create_namespace("default")

0 commit comments

Comments
 (0)