airbyte-cdk 6.54.2.post1.dev15455160554__py3-none-any.whl → 6.54.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_cdk/cli/airbyte_cdk/_connector.py +6 -0
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/entry_points.txt +0 -0
@@ -162,6 +162,12 @@ def test(
|
|
162
162
|
pytest_args.append("--collect-only")
|
163
163
|
|
164
164
|
pytest_args.append(str(test_file_path))
|
165
|
+
|
166
|
+
test_results_dir = connector_directory / "build" / "test-results"
|
167
|
+
test_results_dir.mkdir(parents=True, exist_ok=True)
|
168
|
+
junit_xml_path = test_results_dir / "standard-tests-junit.xml"
|
169
|
+
pytest_args.extend(["--junitxml", str(junit_xml_path)])
|
170
|
+
|
165
171
|
click.echo(f"Running tests from connector directory: {connector_directory}...")
|
166
172
|
click.echo(f"Test file: {test_file_path}")
|
167
173
|
click.echo(f"Collect only: {collect_only}")
|
@@ -1,7 +1,7 @@
|
|
1
1
|
airbyte_cdk/__init__.py,sha256=52uncJvDQNHvwKxaqzXgnMYTptIl65LDJr2fvlk8-DU,11707
|
2
2
|
airbyte_cdk/cli/__init__.py,sha256=CXsai3MYMLZ_sqi2vPAIVcKDun8VRqlv0cKffBI0iSY,346
|
3
3
|
airbyte_cdk/cli/airbyte_cdk/__init__.py,sha256=8IoEcbdYr7CMAh97Xut5__uHH9vV4LKUtSBNTk3qEWY,2031
|
4
|
-
airbyte_cdk/cli/airbyte_cdk/_connector.py,sha256=
|
4
|
+
airbyte_cdk/cli/airbyte_cdk/_connector.py,sha256=MHWbekKMzYMqjYMB1spN0bwF1Y8Bdphhhu2JMhptDRU,5489
|
5
5
|
airbyte_cdk/cli/airbyte_cdk/_image.py,sha256=AkBEZrRYXEwvhW7hPOPRWeYEZutzi2PIzjpl7_yaE8I,2890
|
6
6
|
airbyte_cdk/cli/airbyte_cdk/_manifest.py,sha256=aFdeeWgek7oXR3YfZPxk7kBZ64Blmsr0dAXN6BVGiIA,482
|
7
7
|
airbyte_cdk/cli/airbyte_cdk/_secrets.py,sha256=jLtpkhFJHavABN3UuqddeDRGS8v1iEj0e_f6WTeYoQA,17409
|
@@ -420,9 +420,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
420
420
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
421
421
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
422
422
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
423
|
-
airbyte_cdk-6.54.
|
424
|
-
airbyte_cdk-6.54.
|
425
|
-
airbyte_cdk-6.54.
|
426
|
-
airbyte_cdk-6.54.
|
427
|
-
airbyte_cdk-6.54.
|
428
|
-
airbyte_cdk-6.54.
|
423
|
+
airbyte_cdk-6.54.4.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
424
|
+
airbyte_cdk-6.54.4.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
425
|
+
airbyte_cdk-6.54.4.dist-info/METADATA,sha256=F_oD6AHYVMw1JJ7odb8c-lJy47N2B1Yr38_P9vQZmlw,6343
|
426
|
+
airbyte_cdk-6.54.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
427
|
+
airbyte_cdk-6.54.4.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
428
|
+
airbyte_cdk-6.54.4.dist-info/RECORD,,
|
{airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.54.2.post1.dev15455160554.dist-info → airbyte_cdk-6.54.4.dist-info}/entry_points.txt
RENAMED
File without changes
|