Skip to content

Commit

Permalink
Install pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Dec 5, 2023
1 parent c811b19 commit 6461fd9
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 2 deletions.
87 changes: 86 additions & 1 deletion generated/python/datadoc_model/poetry.lock

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

3 changes: 2 additions & 1 deletion generated/python/datadoc_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ packages = [{ include = "datadoc_model" }]
[tool.poetry.dependencies]
python = ">=3.10"
pydantic = ">=2.5.2"
pytest = "^7.4.3"

[tool.poetry.group.dev.dependencies]
black = ">=23.11.0"
ipython = ">=8.18.1"
pytest = ">=7.4.3"
pytest-cov = ">=4.1.0"

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

0 comments on commit 6461fd9

Please sign in to comment.