Home | History | Annotate | Download | only in test

Lines Matching refs:optionflags

1072     def optionflags(): r"""
1094 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1120 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1160 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1191 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1278 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1303 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1341 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1372 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1386 >>> doctest.DocTestRunner(verbose=True, optionflags=flags).run(test)
1425 >>> doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)
1498 ... optionflags=doctest.ELLIPSIS).run(test)
2060 ... optionflags=doctest.DONT_ACCEPT_BLANKLINE)
2203 ... optionflags=doctest.DONT_ACCEPT_BLANKLINE,
2290 ... optionflags=doctest.DONT_ACCEPT_BLANKLINE)
2326 ... optionflags=doctest.DONT_ACCEPT_BLANKLINE | doctest.REPORT_NDIFF)