1
0
mirror of synced 2026-01-20 21:06:36 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python-http-api/integration_tests/acceptance.py
Marcos Marx 655df2cf86 Fix scaffold format files (#7989)
* run scaffold format

* format generator files

* correct singer too
2021-11-15 17:43:09 -03:00

17 lines
432 B
Python

#
# Copyright (c) 2021 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