Skip to content

Commit a788e33

Browse files
authored
feat(test): add the duration of tests to the printed test summary (#852)
1 parent 7aa2f9d commit a788e33

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
@@ -251,7 +251,7 @@ max-line-length = 120
251251
# https://github.com/yashtodi94/pytest-custom_exit_code
252252
[tool.pytest.ini_options]
253253
minversion = "7.0"
254-
addopts = """-vv -ra --tb native \
254+
addopts = """-vv -ra --tb native --durations 0 \
255255
--hypothesis-show-statistics --hypothesis-explain --hypothesis-verbosity verbose \
256256
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
257257
--suppress-no-test-exit-code \

0 commit comments

Comments
 (0)