Skip to content

Commit

Permalink
feat: add test packages to project
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrosjean committed Oct 9, 2023
1 parent 52a97dd commit 0d5d532
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 2 deletions.
228 changes: 227 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ typer = "^0.6.1"
azure-identity = "^1.14.0"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "^22.3.0"
isort = "^5.10.1"
flake8 = "^3.9.0"
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
pylint = "^3.0.1"

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

0 comments on commit 0d5d532

Please sign in to comment.