Skip to content

Commit

Permalink
#61 Fixed the pytest-extension integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 8, 2024
1 parent 8bc31e1 commit ffe27c4
Show file tree
Hide file tree
Showing 7 changed files with 887 additions and 535 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ test +projects=PROJECTS:
for p in "{{projects}}".split():
run(f"poetry -C {p}/ install")
# run(f"poetry -C {p}/ run nox -f {p}/noxfile.py -s coverage")
run(f"poetry -C {p}/ run pytest -s {p}/test")
run(f"poetry -C {p}/ run nox -f {p}/noxfile.py -s coverage")
# run(f"poetry -C {p}/ run pytest -s {p}/test")
sys.exit(rc)

relock +projects=PROJECTS:
Expand Down
497 changes: 308 additions & 189 deletions pytest-backend/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pytest-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ exasol-saas-api = ">=0.6.0,<1.0.0"
backend = "exasol.pytest_backend"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.9.0"
exasol-bucketfs = ">=0.12.0"
exasol-toolbox = ">=0.15.0,<1"
exasol-bucketfs = ">=0.13.0,<1"
pyexasol = ">=0.26.0"

[build-system]
Expand Down
408 changes: 261 additions & 147 deletions pytest-extension/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pytest-extension/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ exasol-python-extension-common = ">=0.7.0,<1"
ext = "exasol.pytest_extension"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.9.0"
exasol-bucketfs = ">=0.12.0"
exasol-toolbox = ">=0.15.0,<1"
exasol-bucketfs = ">=0.13.0,<1"
click = "^8.1.7"

[build-system]
Expand Down
501 changes: 310 additions & 191 deletions pytest-slc/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pytest-slc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ exasol-python-extension-common = ">=0.5.0"
slc = "exasol.pytest_slc"

[tool.poetry.group.dev.dependencies]
exasol-toolbox = "0.9.0"
exasol-bucketfs = ">=0.12.0"
exasol-toolbox = ">=0.15.0,<1"
exasol-bucketfs = ">=0.13.0,<1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ffe27c4

Please sign in to comment.