Skip to content

Commit f4c0d93

Browse files
Run doctests by default
1 parent 3449885 commit f4c0d93

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
@@ -63,3 +63,6 @@ exclude = [
6363
'meta/templates',
6464
'pyhtml/__tags/generated.py',
6565
]
66+
67+
[tool.pytest.ini_options]
68+
addopts = "--doctest-glob README.md"

0 commit comments

Comments
 (0)