🎉 New Source: SurveyCTO (#19371)
* survey cto connector * datetime fix * removed some unused tests * intergration tests * acceptance test is passing * airbyte_secret * removed unused files * removed key * removed some unused items * added the error handling * catalog fix to add form_id * config improvement * full refresh test added * incremental sync test passed * docs added surveycto.md * added the docs improvement * improve docs and spec * fix: add source definition for surveycto * flake improvements * refactor * refactor * python format fix * auto-bump connector version * docs update Co-authored-by: Sajarin <sajarindider@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user