Skip to content

Commit 6b820d9

Browse files
Enable module doctesting
1 parent 9acbd75 commit 6b820d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ module-name = "egglog.bindings"
252252
features = ["pyo3/extension-module"]
253253

254254
[tool.pytest.ini_options]
255-
addopts = ["--import-mode=importlib"]
255+
addopts = ["--import-mode=importlib", "--doctest-modules"]
256256
testpaths = ["python"]
257257
python_files = ["test_*.py", "test.py"]
258258
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]

0 commit comments

Comments
 (0)