We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b630ee commit 088482dCopy full SHA for 088482d
pyproject.toml
@@ -70,6 +70,9 @@ features = ["substrait"]
70
[tool.pytest.ini_options]
71
asyncio_mode = "auto"
72
asyncio_default_fixture_loop_scope = "function"
73
+addopts = "--doctest-modules"
74
+doctest_optionflags = ["NORMALIZE_WHITESPACE", "ELLIPSIS"]
75
+testpaths = ["python/tests", "python/datafusion"]
76
77
# Enable docstring linting using the google style guide
78
[tool.ruff.lint]
0 commit comments