Skip to content

Commit

Permalink
chore: Install dev dependencies
Browse files Browse the repository at this point in the history
Install pytest, pytest-cov, pytest-randomly and hypothesis as dev dependencies

closes: #12
  • Loading branch information
lu-pl committed Jul 26, 2024
1 parent e8a16eb commit 22ee1b8
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 1 deletion.
217 changes: 216 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ pydantic = "^2.8.2"
[tool.poetry.group.dev.dependencies]
ruff = "^0.5.4"
deptry = "^0.17.0"
pytest = "^8.3.1"
pytest-cov = "^5.0.0"
pytest-randomly = "^3.15.0"
hypothesis = "^6.108.4"

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

0 comments on commit 22ee1b8

Please sign in to comment.