We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa2f9d commit a788e33Copy full SHA for a788e33
pyproject.toml
@@ -251,7 +251,7 @@ max-line-length = 120
251
# https://github.com/yashtodi94/pytest-custom_exit_code
252
[tool.pytest.ini_options]
253
minversion = "7.0"
254
-addopts = """-vv -ra --tb native \
+addopts = """-vv -ra --tb native --durations 0 \
255
--hypothesis-show-statistics --hypothesis-explain --hypothesis-verbosity verbose \
256
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
257
--suppress-no-test-exit-code \
0 commit comments