We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7d4e6 commit 1ceb360Copy full SHA for 1ceb360
tests/test_docs.py
@@ -43,6 +43,6 @@ def test_doc(readme_path):
43
str(readme_path),
44
module_relative=False,
45
verbose=False,
46
- optionflags=doctest.ELLIPSIS
+ optionflags=doctest.ELLIPSIS,
47
)
48
assert result.failed == 0
0 commit comments