/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | control.doctest | 7 PURPOSE = "Run doctests on kernel_CheckArmErrata" 9 Fails if any of the doctests in the main test fail. 18 Attempts to run doctests on kernel_CheckArmErrata.
|
/external/python/cpython2/Lib/test/ |
D | test_unpack.py | 1 doctests = """ variable 122 __test__ = {'doctests' : doctests}
|
D | test_genexps.py | 1 doctests = """ variable 264 __test__ = {'doctests' : doctests}
|
D | test_setcomps.py | 1 doctests = """ variable 132 __test__ = {'doctests' : doctests}
|
/external/python/cpython3/Lib/test/ |
D | test_unpack_ex.py | 3 doctests = """ variable 357 __test__ = {'doctests' : doctests}
|
D | test_unpack.py | 1 doctests = """ variable 143 __test__ = {'doctests' : doctests}
|
D | test_metaclass.py | 1 doctests = """ variable 257 __test__ = {'doctests' : doctests}
|
D | test_listcomps.py | 1 doctests = """ variable 129 __test__ = {'doctests' : doctests}
|
D | test_setcomps.py | 1 doctests = """ variable 132 __test__ = {'doctests' : doctests}
|
D | test_genexps.py | 1 doctests = """ variable 267 __test__ = {'doctests' : doctests}
|
/external/python/setuptools/setuptools/ |
D | lib2to3_ex.py | 29 def run_2to3(self, files, doctests=False): argument 39 if doctests:
|
/external/python/setuptools/docs/ |
D | python3.txt | 34 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,
|
D | history.txt | 26 aspects of ``easy_install``, and supplied the doctests for the command-line
|
/external/autotest/frontend/afe/doctests/ |
D | 002_site_rpc_test.txt | 1 # This file is for site-specific doctests of the AFE RPC interface.
|
D | 003_misc_rpc_features.txt | 98 ... 'doctests', 'test.control.3')
|
/external/python/futures/docs/ |
D | make.bat | 25 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/mesa3d/src/gallium/docs/ |
D | make.bat | 26 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/cpython3/Doc/library/ |
D | doctest.rst | 137 examples of doctests in the standard Python test suite and libraries. 537 doctests expecting "little integer" output still work in these cases. This 561 .. index:: single: ...; in doctests 698 single: # (hash); in doctests 699 single: + (plus); in doctests 700 single: - (minus); in doctests 762 functions that run doctests, establishing different defaults. In such cases, 879 is an advanced feature that allows parameterization of doctests. For example, a 931 no doctests are found are excluded from consideration. The default is a backward 968 their doctests systematically. :mod:`doctest` provides two functions that can [all …]
|
/external/python/rsa/ |
D | CHANGELOG.txt | 117 - Fixed doctests for Python 2.7 148 - Added a lot of doctests
|
/external/python/cpython2/Doc/library/ |
D | doctest.rst | 145 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/ |
D | make.bat | 33 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/ |
D | make.bat | 37 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/ |
D | make.bat | 37 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/docs/ |
D | make.bat | 37 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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | make.bat | 37 echo. doctest to run all doctests embedded in the documentation if enabled 185 echo.Testing of doctests in the sources finished, look at the ^
|