Skip to content

Commit ae78406

Browse files
olethanhhoh
authored andcommitted
Add duration info to pytest
1 parent 7622499 commit ae78406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies = [
9696
]
9797
[tool.hatch.envs.testing.scripts]
9898
test = "pytest {args:tests}"
99-
test-cov = "pytest --cov {args:tests}"
99+
test-cov = "pytest --durations=10 --cov {args:tests}"
100100
cov-report = [
101101
"- coverage combine",
102102
"coverage report",

0 commit comments

Comments
 (0)