Skip to content

Commit

Permalink
feat(test): add the duration of tests to the printed test summary (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Dec 26, 2024
1 parent 7aa2f9d commit a788e33
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 @@ -251,7 +251,7 @@ max-line-length = 120
# https://github.com/yashtodi94/pytest-custom_exit_code
[tool.pytest.ini_options]
minversion = "7.0"
addopts = """-vv -ra --tb native \
addopts = """-vv -ra --tb native --durations 0 \
--hypothesis-show-statistics --hypothesis-explain --hypothesis-verbosity verbose \
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
--suppress-no-test-exit-code \
Expand Down

0 comments on commit a788e33

Please sign in to comment.