We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7cfe commit 953c19dCopy full SHA for 953c19d
setup.cfg
@@ -15,7 +15,7 @@ sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
15
line_length = 88
16
17
[tool:pytest]
18
-addopts = --tb=short --no-header --showlocals --doctest-modules
+addopts = --tb=short --no-header --showlocals -p no:doctest
19
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
20
testpaths =
21
tests
0 commit comments