Skip to content

Commit

Permalink
#5 Added LanguageContainerDeployer integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 14, 2024
1 parent 344104f commit e30a9d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ exasol-script-languages-container-tool = "^0.18.2"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

testpaths = [
"test"
]

[tool.coverage.run]
relative_files = true
source = [
Expand Down Expand Up @@ -54,8 +58,7 @@ max-module-lines = 800
[[tool.mypy.overrides]]
module = [
"exasol.toolbox.nox.tasks",
"test.unit.*",
"test.integration.*",
"test.*",
]
ignore_errors = true
ignore_missing_imports = true

0 comments on commit e30a9d1

Please sign in to comment.