We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e442a commit dd97c3cCopy full SHA for dd97c3c
pyproject.toml
@@ -56,6 +56,8 @@ parentdir_prefix = ""
56
57
[tool.pytest.ini_options]
58
norecursedirs = ["data"]
59
+doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
60
+
61
62
[tool.coverage.run]
63
branch = true
0 commit comments