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 0eea8db commit f11d1e8Copy full SHA for f11d1e8
pyproject.toml
@@ -67,6 +67,7 @@ test = [
67
"pytest-cov ==6.0.0",
68
"pytest-doctestplus ==1.3.0",
69
"pytest-env ==1.1.5",
70
+ "pytest-tap ==3.5.0",
71
]
72
73
[project.urls]
@@ -256,6 +257,7 @@ addopts = """-vv -ra --tb native --durations 0 \
256
257
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
258
--suppress-no-test-exit-code \
259
--cov package \
260
+ --tap --tap-log-passing-tests \
261
""" # Consider adding --pdb
262
# https://docs.python.org/3/library/doctest.html#option-flags
263
doctest_optionflags = "IGNORE_EXCEPTION_DETAIL"
0 commit comments