Skip to content

Commit 8942375

Browse files
committed
feat(test): add support for TAP (Test Anything Protocol)
1 parent e851a58 commit 8942375

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
@@ -66,6 +66,7 @@ test = [
6666
"pytest-cov ==5.0.0",
6767
"pytest-doctestplus ==1.2.1",
6868
"pytest-env ==1.1.3",
69+
"pytest-tap ==3.4.0",
6970
]
7071

7172
[project.urls]
@@ -254,6 +255,7 @@ addopts = """-vv -ra --tb native \
254255
--doctest-modules --doctest-continue-on-failure --doctest-glob '*.rst' --doctest-plus \
255256
--suppress-no-test-exit-code \
256257
--cov package \
258+
--tap \
257259
""" # Consider adding --pdb
258260
# https://docs.python.org/3/library/doctest.html#option-flags
259261
doctest_optionflags = "IGNORE_EXCEPTION_DETAIL"

0 commit comments

Comments
 (0)