Skip to content

Commit

Permalink
feat(test): add support for TAP (Test Anything Protocol)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger committed Nov 18, 2024
1 parent e851a58 commit 8942375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ test = [
"pytest-cov ==5.0.0",
"pytest-doctestplus ==1.2.1",
"pytest-env ==1.1.3",
"pytest-tap ==3.4.0",
]

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

0 comments on commit 8942375

Please sign in to comment.