Fokko commented on code in PR #415:
URL: https://github.com/apache/iceberg-python/pull/415#discussion_r1496586814
##########
tests/catalog/test_rest.py:
##########
@@ -560,6 +560,64 @@ def test_create_table_409(rest_mock: Mocker,
table_schema_simple: Schema) -> Non
assert "Table already exists" in str(e.value)
+def test_create_table_if_not_exists_200(
Review Comment:
Nice! It would have been easier to write an integration test, but great job
on the mocking 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]