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

🎉 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:
Haithem SOUALA
2022-11-14 12:05:39 +01:00
committed by GitHub
parent 8ff8bece02
commit 30d2621b86
29 changed files with 800 additions and 25 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