Skip to content

Commit

Permalink
Add pytest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed May 22, 2024
1 parent b349ae0 commit 99f1315
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 1 deletion.
173 changes: 172 additions & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ flake8 = "^5.0.4"
isort = "^5.13.2"
mypy = "^1.10.0"
pre-commit = "^3.5"
pytest = "^8.2.0"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"

[tool.isort]
# https://github.com/timothycrosley/isort
Expand Down

0 comments on commit 99f1315

Please sign in to comment.