Skip to content

Commit 99f1315

Browse files
committed
Add pytest dependencies
1 parent b349ae0 commit 99f1315

File tree

2 files changed

+175
-1
lines changed

2 files changed

+175
-1
lines changed

poetry.lock

Lines changed: 172 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ flake8 = "^5.0.4"
2121
isort = "^5.13.2"
2222
mypy = "^1.10.0"
2323
pre-commit = "^3.5"
24+
pytest = "^8.2.0"
25+
pytest-cov = "^5.0.0"
26+
pytest-mock = "^3.14.0"
2427

2528
[tool.isort]
2629
# https://github.com/timothycrosley/isort

0 commit comments

Comments
 (0)