Home
last modified time | relevance | path

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

123

/external/python/cpython3/Lib/test/
Dtest_unpack_ex.py3 doctests = """ variable
368 __test__ = {'doctests' : doctests}
Dtest_unpack.py1 doctests = """ variable
143 __test__ = {'doctests' : doctests}
Dtest_metaclass.py1 doctests = """ variable
257 __test__ = {'doctests' : doctests}
Dtest_setcomps.py1 doctests = """ variable
148 __test__ = {'doctests' : doctests}
Dtest_listcomps.py1 doctests = """ variable
145 __test__ = {'doctests' : doctests}
Dtest_genexps.py1 doctests = """ variable
283 __test__ = {'doctests' : doctests}
/external/python/cpython2/Lib/test/
Dtest_unpack.py1 doctests = """ variable
122 __test__ = {'doctests' : doctests}
Dtest_setcomps.py1 doctests = """ variable
132 __test__ = {'doctests' : doctests}
Dtest_genexps.py1 doctests = """ variable
264 __test__ = {'doctests' : doctests}
/external/rust/crates/memoffset/src/
Dlib.rs73 #[cfg(doctests)]
76 #[cfg(doctests)]
/external/python/setuptools/setuptools/
Dlib2to3_ex.py29 def run_2to3(self, files, doctests=False): argument
39 if doctests:
/external/rust/crates/memoffset/
DAndroid.bp30 "doctests",
51 "doctests",
/external/python/setuptools/docs/
Dpython3.txt34 Setuptools will convert all Python files, and also all doctests in Python
35 files. However, if you have doctests located in separate text files, these
69 if the source file has been changed. If you add a file to the doctests
93 If you don't want to run the 2to3 conversion on the doctests in Python files,
/external/python/futures/docs/
Dmake.bat25 echo. doctest to run all doctests embedded in the documentation if enabled
107 echo.Testing of doctests in the sources finished, look at the ^
/external/python/cffi/doc/
Dmake.bat26 echo. doctest to run all doctests embedded in the documentation if enabled
108 echo.Testing of doctests in the sources finished, look at the ^
/external/python/pyfakefs/docs/
Dautopatch.rst52 contains the doctests, as you can see above.
68 ``example_test.py`` defines ``load_tests()``, which runs the doctests in
/external/python/cpython3/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 …]
/external/python/cpython2/Doc/library/
Ddoctest.rst145 examples of doctests in the standard Python test suite and libraries.
547 doctests expecting "little integer" output still work in these cases. This
765 functions that run doctests, establishing different defaults. In such cases,
886 is an advanced feature that allows parameterization of doctests. For example, a
942 no doctests are found are excluded from consideration. The default is a backward
988 their doctests systematically. Prior to Python 2.4, :mod:`doctest` had a barely
990 doctests from multiple modules. :class:`Tester` was feeble, and in practice most
995 test suites from modules and text files containing doctests. To integrate with
1008 from text files and modules with doctests:
1077 The global ``__file__`` was added to the globals provided to doctests
[all …]
/external/python/rsa/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 ^
/external/python/pyopenssl/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 ^
/external/clang/docs/
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
185 echo.Testing of doctests in the sources finished, look at the ^
/external/clang/docs/analyzer/
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
185 echo.Testing of doctests in the sources finished, look at the ^
/external/llvm-project/clang/docs/analyzer/
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
185 echo.Testing of doctests in the sources finished, look at the ^
/external/llvm-project/llvm/docs/
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
185 echo.Testing of doctests in the sources finished, look at the ^
/external/llvm-project/clang/docs/
Dmake.bat37 echo. doctest to run all doctests embedded in the documentation if enabled
185 echo.Testing of doctests in the sources finished, look at the ^

123