Skip to content

Commit dd97c3c

Browse files
committed
chore: Set default doctest_optionflags
1 parent b6e442a commit dd97c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ parentdir_prefix = ""
5656

5757
[tool.pytest.ini_options]
5858
norecursedirs = ["data"]
59+
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
60+
5961

6062
[tool.coverage.run]
6163
branch = true

0 commit comments

Comments
 (0)