Skip to content

Commit 4b2cd7a

Browse files
committed
ci(pytest): Run doctest by default
1 parent fe4aee9 commit 4b2cd7a

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
@@ -19,5 +19,5 @@ line_length = 88
1919
[tool:pytest]
2020
filterwarnings =
2121
ignore:.* Use packaging.version.*:DeprecationWarning::
22-
addopts = --tb=short --no-header --showlocals
22+
addopts = --tb=short --no-header --showlocals --doctest-modules
2323

0 commit comments

Comments
 (0)