Skip to content

Commit b856343

Browse files
committed
Enable doctests
1 parent 1396976 commit b856343

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ test = [
6868
"pytest-cov",
6969
"s3fs",
7070
"pytest-asyncio",
71+
"pytest-doctestplus",
7172
"moto[s3]",
7273
"requests",
7374
"mypy",
@@ -360,8 +361,13 @@ doctest_optionflags = [
360361
"ELLIPSIS",
361362
"IGNORE_EXCEPTION_DETAIL",
362363
]
364+
doctest_plus = 'enabled'
363365
addopts = [
364-
"--durations=10", "-ra", "--strict-config", "--strict-markers",
366+
"--durations=10",
367+
"-ra",
368+
"--strict-config",
369+
"--strict-markers",
370+
"--doctest-rst",
365371
]
366372
filterwarnings = [
367373
"error:::zarr.*",

0 commit comments

Comments
 (0)