Missed a spot where the new optional optionflags argument needed to get
passed on.
This commit is contained in:
parent
ef7343c6cd
commit
275abbd525
|
@ -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…
Reference in New Issue