Skip to content

Commit f11d1e8

Browse files
committed
feat(test): add support for TAP (Test Anything Protocol)
1 parent 0eea8db commit f11d1e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ test = [
6767
"pytest-cov ==6.0.0",
6868
"pytest-doctestplus ==1.3.0",
6969
"pytest-env ==1.1.5",
70+
"pytest-tap ==3.5.0",
7071
]
7172

7273
[project.urls]
@@ -256,6 +257,7 @@ addopts = """-vv -ra --tb native --durations 0 \
256257
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
257258
--suppress-no-test-exit-code \
258259
--cov package \
260+
--tap --tap-log-passing-tests \
259261
""" # Consider adding --pdb
260262
# https://docs.python.org/3/library/doctest.html#option-flags
261263
doctest_optionflags = "IGNORE_EXCEPTION_DETAIL"

0 commit comments

Comments
 (0)