1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 New Source Braze: new source implemented in low-code (#20520)

* 🎉 New Source Braze: new source implemented in low-code

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Roman Yermilov [GL]
2022-12-17 19:16:22 +04:00
committed by GitHub
parent dca4cf24c7
commit 06e1717554
44 changed files with 3679 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#
import pytest
pytest_plugins = ("source_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