1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/airbyte-integrations/connectors/source-outbrain-amplify/integration_tests/acceptance.py
Zawar Khan 4abf6054c2 🎉 New Source: Outbrain-Amplify (#27008)
Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-08-18 13:41:49 -04:00

17 lines
435 B
Python

#
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
#
import pytest
pytest_plugins = ("connector_acceptance_test.plugin",)
@pytest.fixture(scope="session", autouse=True)
def connector_setup():
"""This fixture is a placeholder for external resources that acceptance test might require."""
# TODO: setup test dependencies if needed. otherwise remove the TODO comments
yield
# TODO: clean up test dependencies