-
Notifications
You must be signed in to change notification settings - Fork 4.6k
feat(source-microsoft-lists): fix ListItems and ContentValues #58575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
4edf146
source-microsoft-lists: fix streams
aldogonzalez8 5a931e5
source-microsoft-lists: prettier
aldogonzalez8 1914394
source-microsoft-lists: merge from master
aldogonzalez8 c55e9b1
source-microsoft-lists: update release information
aldogonzalez8 adeb3f5
spl: update release information
aldogonzalez8 219d1c8
spl: fix wrong path to tests
aldogonzalez8 0c00561
spl: fix wrong path to tests again
aldogonzalez8 b45f3c9
spl: comment
aldogonzalez8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...ations/connectors/source-microsoft-lists/integration_tests/fast/test_airbyte_standards.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (c) 2025 Airbyte, Inc., all rights reserved. | ||
|
||
"""Airbyte standard connector tests. | ||
The FAST Airbyte Standard Tests suite is designed to ensure that connectors meet Airbyte | ||
protocol standards. | ||
""" | ||
|
||
import pytest | ||
|
||
from airbyte_cdk.test import standard_tests | ||
|
||
|
||
pytest_plugins = ["airbyte_cdk.test.standard_tests.pytest_hooks"] | ||
|
||
|
||
@pytest.mark.slow | ||
@pytest.mark.requires_creds | ||
class TestAirbyteStandardTests(standard_tests.DeclarativeSourceTestSuite): | ||
"""Test suite for the Airbyte standard tests. | ||
This class inherits from SourceTestSuiteBase and implements all of the tests in the suite. | ||
As long as the class name starts with "Test", pytest will automatically discover and run the | ||
tests in this class. | ||
""" |
2,147 changes: 2,147 additions & 0 deletions
2,147
airbyte-integrations/connectors/source-microsoft-lists/integration_tests/poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
airbyte-integrations/connectors/source-microsoft-lists/integration_tests/pyproject.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[build-system] | ||
requires = [ "poetry-core>=1.0.0",] | ||
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.poetry] | ||
name = "source-microsoft-lists-tests" | ||
version = "0.0.23" | ||
description = "Unit tests for source-microsoft-lists" | ||
authors = ["Airbyte <contact@airbyte.io>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10,<3.13" | ||
airbyte-cdk = "^6" | ||
pytest = "^8" | ||
|
||
[tool.pytest.ini_options] | ||
filterwarnings = [ | ||
"ignore:This class is experimental*" | ||
] | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.