You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1434 created tests/integration/test_rest_catalog.py for integration tests with the REST catalog. Previously REST catalog tests were using mocked requests in tests/catalog/test_rest.py.
Let's add more integration tests!
The text was updated successfully, but these errors were encountered:
What's going to be the implementation strategy for this integration test? I'd be happy to use my current momentum with REST Catalog to implement the rest of the tests.
My current approach would be to migrate the test_rest.py unit tests from mock to the integration test, but I'm wondering if there's any changes or additions we could include in our new integration test flow. Let me know your thoughts
My current approach would be to migrate the test_rest.py unit tests from mock to the integration test
I think thats a great first step! Generally, testing via mocked requests is not as resilient as testing against a REST server. Let's move all the mocked tests into the integration rest test.
Feature Request / Improvement
#1434 created
tests/integration/test_rest_catalog.py
for integration tests with the REST catalog. Previously REST catalog tests were using mocked requests intests/catalog/test_rest.py
.Let's add more integration tests!
The text was updated successfully, but these errors were encountered: