🎉 New Source - Intruder [low-code cdk] (#18668)
* initial commit * fix schema * lint * add docs * add pagination * add pagination * add intruder to source def * readd ip2whois * add intruder to source def Co-authored-by: marcosmarxm <marcosmarxm@gmail.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