1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/airbyte-integrations/connectors/source-netsuite/integration_tests/acceptance.py
Dhroov Makwana 7f01a90ba7 🚨Source Netsuite: Migrate to poetry (#42857)
Co-authored-by: Danylo Jablonski <150933663+DanyloGL@users.noreply.github.com>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2025-02-05 10:37:22 -08:00

15 lines
216 B
Python

#
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
#
import pytest
pytest_plugins = ("connector_acceptance_test.plugin",)
@pytest.fixture(scope="session", autouse=True)
def connector_setup():
yield