Skip to content

Commit bda8b57

Browse files
committed
ci(pytest): Detect doctest modules
1 parent 6e2ee09 commit bda8b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extend-ignore = E203,W503
88
[tool:pytest]
99
filterwarnings =
1010
ignore:distutils Version classes are deprecated. Use packaging.version instead.
11-
addopts = --reruns=0 --tb=short --no-header --showlocals
11+
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
1212

1313
[isort]
1414
profile = black

0 commit comments

Comments
 (0)