We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acbd75 commit 6b820d9Copy full SHA for 6b820d9
1 file changed
pyproject.toml
@@ -252,7 +252,7 @@ module-name = "egglog.bindings"
252
features = ["pyo3/extension-module"]
253
254
[tool.pytest.ini_options]
255
-addopts = ["--import-mode=importlib"]
+addopts = ["--import-mode=importlib", "--doctest-modules"]
256
testpaths = ["python"]
257
python_files = ["test_*.py", "test.py"]
258
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
0 commit comments