Lines Matching refs:doctests
3274 - Issue #3158: doctest can now find doctests in functions and methods
8047 - Issue #12757: Fix the skipping of doctests when python is run with -OO so
11755 debugging in doctests.
12713 - Issue #7490: To facilitate sharing of doctests between 2.x and 3.x test
13150 doctests.
13155 - Issue #8048: Prevent doctests from failing when sys.displayhook has been
15809 - Issue #4197: doctests in modules loaded via zipimport (or any other PEP
19568 doctests was broken in a dramatic but shallow way. Fixed.
19789 encourage people to stitch doctests together via doctest's unittest
20012 "by hand" way to combine multiple doctests, if you knew exactly what
20019 to return a list of all doctests, and you can filter that list by
21426 doctest.debug(module, name) extracts the doctests from the named object
21432 runs all the doctests in the module. This allows writing tests in
21437 - For compatibility with doctests created before 2.3, if an expected