Skip to content

Commit

Permalink
feat: add SDK standard tests framework (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne authored Feb 1, 2023
1 parent 54ef3e7 commit 1ace9ca
Show file tree
Hide file tree
Showing 7 changed files with 1,707 additions and 859 deletions.
1,725 changes: 877 additions & 848 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ packages = [
[tool.poetry.dependencies]
python = "<3.11,>=3.7.1"
requests = "^2.25.1"
singer-sdk = "^0.14.0"
# singer-sdk = {extras = ["testing"], version = "^0.19.0"}
# use main until SDK 0.20.0
singer-sdk = {git = "https://github.com/meltano/sdk.git", rev = "main", extras=["testing"]}
snowflake-sqlalchemy = "^1.4.3"
snowflake-connector-python = "^2.8.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
tox = "^3.24.4"
flake8 = "^3.9.2"
black = "^22.3.0"
Expand Down
File renamed without changes.
Loading

0 comments on commit 1ace9ca

Please sign in to comment.