Skip to content

Commit

Permalink
add pytest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Apr 18, 2024
1 parent b625334 commit ae68768
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def tests(session):
session.run(
"pytest",
"-x",
"--cov",
"--log-level=debug",
"--durations=10",
"--hypothesis-show-statistics",
Expand Down
87 changes: 86 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ optional = true

[tool.poetry.group.test.dependencies]
hypothesis = "^6.68.2"
pytest-cov = "^5.0.0"
pytest = "^7.1.0"

[tool.poetry.group.lint]
Expand Down Expand Up @@ -80,6 +81,7 @@ nox = "^2022.11.21"
pandas-stubs = "^2.2.0.240218"
pylint = "^2.15.8"
pytest = "^7.1.0"
pytest-cov = "^5.0.0"
python-type-stubs = { git = "https://github.com/gerlichlab/python-type-stubs", tag = "v0.1.0" }

[tool.black]
Expand Down

0 comments on commit ae68768

Please sign in to comment.