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 e851a58 commit 8942375Copy full SHA for 8942375
pyproject.toml
@@ -66,6 +66,7 @@ test = [
66
"pytest-cov ==5.0.0",
67
"pytest-doctestplus ==1.2.1",
68
"pytest-env ==1.1.3",
69
+ "pytest-tap ==3.4.0",
70
]
71
72
[project.urls]
@@ -254,6 +255,7 @@ addopts = """-vv -ra --tb native \
254
255
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
256
--suppress-no-test-exit-code \
257
--cov package \
258
+ --tap \
259
""" # Consider adding --pdb
260
# https://docs.python.org/3/library/doctest.html#option-flags
261
doctest_optionflags = "IGNORE_EXCEPTION_DETAIL"
0 commit comments