Table of Contents
pydoc
doctest
doctest.DebugRunner
doctest.DocFileCase
doctest.DocTest
doctest.DocTestCase
doctest.DocTestFinder
doctest.DocTestParser
doctest.DocTestRunner
doctest.Example
doctest.OutputChecker
doctest.SkipDocTestCase
doctest.StringIO
doctest.TestResults
doctest.Tester
unittest
test
DocTest.
__init__
Create a new DocTest containing the given examples. The DocTest’s globals are initialized with a copy of globs.