Skip to content

Commit 6c90851

Browse files
authored
Run doctest as part of the pytest suite (#169)
1 parent 4586a70 commit 6c90851

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ disallow_any_generics = true
1313
warn_redundant_casts = true
1414
warn_return_any = true
1515
warn_unreachable = true
16-
warn_unused_ignores = true
16+
warn_unused_ignores = true
17+
18+
[tool.pytest.ini_options]
19+
addopts = "--doctest-modules"

0 commit comments

Comments
 (0)