• Home
  • Raw
  • Download

Lines Matching refs:DocTestRunner

695    :class:`OutputChecker` or :class:`DocTestRunner` to create new options that are
1165 :class:`DocTestRunner` instance created to run the doctest. If any reporting
1204 * :class:`DocTestRunner`: Executes the examples in a :class:`DocTest`, and uses
1215 |module| --DocTestFinder-> | DocTest | --DocTestRunner-> results
1340 :class:`DocTestRunner`'s :attr:`optionflags`). By default, no options are set.
1454 DocTestRunner objects
1458 .. class:: DocTestRunner([checker][, verbose][, optionflags])
1473 customized by subclassing DocTestRunner, and overriding the methods
1481 The optional keyword argument *verbose* controls the :class:`DocTestRunner`'s
1499 is provided to allow subclasses of :class:`DocTestRunner` to customize their
1504 :meth:`DocTestRunner.run`.
1510 allow subclasses of :class:`DocTestRunner` to customize their output; it
1515 output function that was passed to :meth:`DocTestRunner.run`.
1521 subclasses of :class:`DocTestRunner` to customize their output; it should not
1526 output function that was passed to :meth:`DocTestRunner.run`.
1532 provided to allow subclasses of :class:`DocTestRunner` to customize their
1538 output function that was passed to :meth:`DocTestRunner.run`.
1555 The output of each example is checked using the :class:`DocTestRunner`'s
1557 :meth:`DocTestRunner.report_\*` methods.
1562 Print a summary of all the test cases that have been run by this DocTestRunner,
1566 verbosity is not specified, then the :class:`DocTestRunner`'s verbosity is
1618 * The :class:`DebugRunner` class is a subclass of :class:`DocTestRunner` that
1785 A subclass of :class:`DocTestRunner` that raises an exception as soon as a
1793 documentation for :class:`DocTestRunner` in section :ref:`doctest-advanced-api`.
1800 An exception raised by :class:`DocTestRunner` to signal that a doctest example's
1824 An exception raised by :class:`DocTestRunner` to signal that a doctest