File tree Expand file tree Collapse file tree 9 files changed +11
-17
lines changed
Expand file tree Collapse file tree 9 files changed +11
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 Status ,
1717)
1818from airbyte_cdk .test import entrypoint_wrapper
19- from airbyte_cdk .test .declarative .models import (
19+ from airbyte_cdk .test .standard_tests .models import (
2020 ConnectorTestScenario ,
2121)
2222
Original file line number Diff line number Diff line change 1818 Type ,
1919)
2020from airbyte_cdk .test import entrypoint_wrapper
21- from airbyte_cdk .test .declarative .models import (
21+ from airbyte_cdk .test .standard_tests ._job_runner import IConnector , run_test_job
22+ from airbyte_cdk .test .standard_tests .models import (
2223 ConnectorTestScenario ,
2324)
24- from airbyte_cdk .test .declarative .utils .job_runner import IConnector , run_test_job
2525
2626ACCEPTANCE_TEST_CONFIG = "acceptance-test-config.yml"
2727MANIFEST_YAML = "manifest.yaml"
Original file line number Diff line number Diff line change 99from airbyte_cdk .sources .declarative .concurrent_declarative_source import (
1010 ConcurrentDeclarativeSource ,
1111)
12- from airbyte_cdk .test .declarative .models import ConnectorTestScenario
13- from airbyte_cdk .test .declarative .utils .job_runner import IConnector
12+ from airbyte_cdk .test .standard_tests ._job_runner import IConnector
1413from airbyte_cdk .test .standard_tests .connector_base import MANIFEST_YAML
14+ from airbyte_cdk .test .standard_tests .models import ConnectorTestScenario
1515from airbyte_cdk .test .standard_tests .source_base import SourceTestSuiteBase
1616
1717
Original file line number Diff line number Diff line change 1- from airbyte_cdk .test .declarative .models .scenario import (
1+ from airbyte_cdk .test .standard_tests .models .scenario import (
22 ConnectorTestScenario ,
33)
44
File renamed without changes.
Original file line number Diff line number Diff line change 1313 Type ,
1414)
1515from airbyte_cdk .test import entrypoint_wrapper
16- from airbyte_cdk .test .declarative .models import (
17- ConnectorTestScenario ,
18- )
19- from airbyte_cdk .test .declarative .utils .job_runner import run_test_job
16+ from airbyte_cdk .test .standard_tests ._job_runner import run_test_job
2017from airbyte_cdk .test .standard_tests .connector_base import (
2118 ConnectorTestSuiteBase ,
2219)
20+ from airbyte_cdk .test .standard_tests .models import (
21+ ConnectorTestScenario ,
22+ )
2323
2424
2525class SourceTestSuiteBase (ConnectorTestSuiteBase ):
Original file line number Diff line number Diff line change 77
88from airbyte_cdk .sources .declarative .declarative_source import DeclarativeSource
99from airbyte_cdk .sources .source import Source
10- from airbyte_cdk .test .declarative . utils . job_runner import IConnector
10+ from airbyte_cdk .test .standard_tests . _job_runner import IConnector
1111
1212
1313@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments