Lines Matching refs:optionflags
839 …=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=N…
892 Optional argument *optionflags* (default value 0) takes the
909 .. function:: testmod(m=None, name=None, globs=None, verbose=None, report=True, optionflags=0, extr…
937 Optional arguments *extraglobs*, *verbose*, *report*, *optionflags*,
942 …:: run_docstring_examples(f, globs, verbose=False, name="NoName", compileflags=None, optionflags=0)
959 Optional argument *optionflags* works as for function :func:`testfile` above.
985 …le_relative=True, package=None, setUp=None, tearDown=None, globs=None, optionflags=0, parser=DocTe…
1036 Optional argument *optionflags* specifies the default doctest options for the
1076 Optional arguments *setUp*, *tearDown*, and *optionflags* are the same as for
1295 :class:`DocTestRunner`'s :attr:`optionflags`). By default, no options are set.
1410 .. class:: DocTestRunner(checker=None, verbose=None, optionflags=0)
1439 The optional keyword argument *optionflags* can be used to control how the test
1537 .. method:: check_output(want, got, optionflags)
1546 .. method:: output_difference(example, got, optionflags)
1549 given example (*example*) and the actual output (*got*). *optionflags* is the
1716 .. class:: DebugRunner(checker=None, verbose=None, optionflags=0)
1854 optionflags=flags)
1856 fail, total = doctest.testmod(optionflags=flags)