Skip to content

Commit

Permalink
Add duration info to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh authored and hoh committed Aug 19, 2024
1 parent 7622499 commit ae78406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies = [
]
[tool.hatch.envs.testing.scripts]
test = "pytest {args:tests}"
test-cov = "pytest --cov {args:tests}"
test-cov = "pytest --durations=10 --cov {args:tests}"
cov-report = [
"- coverage combine",
"coverage report",
Expand Down

0 comments on commit ae78406

Please sign in to comment.