Home | History | Annotate | Download | only in python2.7

Lines Matching refs:doctests

41 There are a variety of other ways to run doctests, including integration
43 files containing doctests. There are also many ways to override parts
110 # - DocTestFinder: extracts DocTests from a given object's docstring and
652 0-based, because it's most common in doctests that nothing
786 A class used to extract the DocTests that are relevant to a given
788 objects. Doctests can currently be extracted from the following
817 Return a list of the DocTests that are defined by the given
827 - To prevent the DocTestFinder from extracting DocTests
839 doctests.
898 # Recursively expore `obj`, extracting DocTests.
2377 # Skip doctests when running with -O2