Home
last modified time | relevance | path

Searched refs:doctests (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Lib/test/
Dtest_unpack_ex.py3 doctests = """ variable
393 __test__ = {'doctests' : doctests}
Dtest_unpack.py1 doctests = """ variable
143 __test__ = {'doctests' : doctests}
Dtest_metaclass.py1 doctests = """ variable
257 __test__ = {'doctests' : doctests}
Dtest_listcomps.py1 doctests = """ variable
145 __test__ = {'doctests' : doctests}
Dtest_setcomps.py1 doctests = """ variable
148 __test__ = {'doctests' : doctests}
Dtest_genexps.py1 doctests = """ variable
283 __test__ = {'doctests' : doctests}
/third_party/jerryscript/tests/unit-doc/
DCMakeLists.txt73 COMMENT "Generating doctests"
80 # Process compile-only doctests: add them to a dummy library
104 # Process link-only doctests: create an executable from each (named link-doc-*)
107 # Process "full-fledged" doctests: create an executable from each (named
/third_party/python/Doc/library/
Ddoctest.rst135 examples of doctests in the standard Python test suite and libraries.
535 doctests expecting "little integer" output still work in these cases. This
559 .. index:: single: ...; in doctests
696 single: # (hash); in doctests
697 single: + (plus); in doctests
698 single: - (minus); in doctests
760 functions that run doctests, establishing different defaults. In such cases,
881 is an advanced feature that allows parameterization of doctests. For example, a
933 no doctests are found are excluded from consideration. The default is a backward
970 their doctests systematically. :mod:`doctest` provides two functions that can
[all …]
D2to3.rst89 2to3 can also refactor doctests. To enable this mode, use the :option:`!-d`
90 flag. Note that *only* doctests will be refactored. This also doesn't require
Ddecimal.rst17 .. import modules for testing inline doctests with the Sphinx doctest builder
/third_party/nghttp2/doc/
Dmake.bat33 echo. doctest to run all doctests embedded in the documentation if enabled
165 echo.Testing of doctests in the sources finished, look at the ^
DCMakeLists.txt243 # " doctest to run all doctests embedded in the documentation (if enabled)"
346 "Testing of doctests in the sources finished, look at the"
/third_party/boost/libs/python/doc/numpy/
Dmake.bat34 echo. doctest to run all doctests embedded in the documentation if enabled
166 echo.Testing of doctests in the sources finished, look at the ^
/third_party/libuv/docs/
Dmake.bat40 echo. doctest to run all doctests embedded in the documentation if enabled
222 echo.Testing of doctests in the sources finished, look at the ^
/third_party/boost/libs/hof/doc/
Dmake.bat43 echo. doctest to run all doctests embedded in the documentation if enabled
246 echo.Testing of doctests in the sources finished, look at the ^
/third_party/jerryscript/tools/
Dbuild.py186 build_options_append('DOCTESTS', arguments.doctests)
/third_party/python/Doc/whatsnew/
D3.1.rst526 * The new floating point string representations can break existing doctests.
D3.4.rst788 :mod:`doctest` will now find doctests in extension module ``__doc__`` strings.
2472 * :mod:`doctest` now looks for doctests in extension module ``__doc__``
2474 have things that look like doctests in them you may see test failures you've
D3.2.rst2707 * The new, longer :func:`str` value on floats may break doctests which rely on
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst3332 call. This will help to write better doctests.
/third_party/python/Misc/
DHISTORY3274 - 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
[all …]