Skip to content

Commit 088482d

Browse files
committed
Turn on doctests
1 parent 7b630ee commit 088482d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ features = ["substrait"]
7070
[tool.pytest.ini_options]
7171
asyncio_mode = "auto"
7272
asyncio_default_fixture_loop_scope = "function"
73+
addopts = "--doctest-modules"
74+
doctest_optionflags = ["NORMALIZE_WHITESPACE", "ELLIPSIS"]
75+
testpaths = ["python/tests", "python/datafusion"]
7376

7477
# Enable docstring linting using the google style guide
7578
[tool.ruff.lint]

0 commit comments

Comments
 (0)