Skip to content

Commit 86112e6

Browse files
committed
add [too.pytest.ini_options] to pyproject.toml
1 parent 527d31e commit 86112e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ dev = [
4949
"twine>=6.2.0",
5050
]
5151

52+
[tool.pytest.ini_options]
53+
addopts = "-v --doctest-modules --ignore=benchmark --doctest-glob=README.md"
54+
5255
[tool.ruff]
5356
line-length = 99
5457
exclude = ["tabulate/_version.py"]

0 commit comments

Comments
 (0)