Home
last modified time | relevance | path

Searched refs:DocFileSuite (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_math.py1028 from doctest import DocFileSuite
1031 suite.addTest(DocFileSuite("ieee754.txt"))
/external/python/cpython2/Doc/library/
Ddoctest.rst1011 .. function:: DocFileSuite(*paths, [module_relative][, package][, setUp][, tearDown][, globs][, opt…
1078 loaded from a text file using :func:`DocFileSuite`.
1119 function :func:`DocFileSuite` above.
1134 Similarly, :func:`DocFileSuite` creates a :class:`unittest.TestSuite` out of
1895 files using :func:`testfile` or :func:`DocFileSuite`. This is recommended,
/external/python/cpython2/Lib/
Ddoctest.py2474 def DocFileSuite(*paths, **kw): function
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1330 :class:`DocFileSuite` class to specify the file's encoding. This makes it
/external/python/cpython2/Misc/
DHISTORY781 - Patch #1080727: add "encoding" parameter to doctest.DocFileSuite.