mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
gh-99970 Adding missing optionflags parameter in the documentation of doctest (#99971)
This commit is contained in:
parent
a9bad4d284
commit
e477348f36
1 changed files with 1 additions and 1 deletions
|
|
@ -1057,7 +1057,7 @@ from text files and modules with doctests:
|
|||
from a text file using :func:`DocFileSuite`.
|
||||
|
||||
|
||||
.. function:: DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, checker=None)
|
||||
.. function:: DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, optionflags=0, checker=None)
|
||||
|
||||
Convert doctest tests for a module to a :class:`unittest.TestSuite`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue