mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Missed a spot where the new optional optionflags argument needed to get
passed on.
This commit is contained in:
parent
ef7343c6cd
commit
275abbd525
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ See doctest.testmod docs for the meaning of optionflags.
|
|||
if self.verbose:
|
||||
print "Running", name + ".__doc__"
|
||||
f, t = run_docstring_examples(object, self.globs, self.verbose, name,
|
||||
self.compileflags)
|
||||
self.compileflags, self.optionflags)
|
||||
if self.verbose:
|
||||
print f, "of", t, "examples failed in", name + ".__doc__"
|
||||
self.__record_outcome(name, f, t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue