/external/python/cpython3/Lib/test/ |
D | test_metaclass.py | 255 __test__ = {} variable 257 __test__ = {'doctests' : doctests} variable
|
D | test_genexps.py | 265 __test__ = {} variable 267 __test__ = {'doctests' : doctests} variable
|
D | sample_doctest.py | 64 __test__ = {'good': """ variable
|
D | test_unpack_ex.py | 357 __test__ = {'doctests' : doctests} variable
|
D | test_unpack.py | 143 __test__ = {'doctests' : doctests} variable
|
D | test_listcomps.py | 129 __test__ = {'doctests' : doctests} variable
|
D | test_setcomps.py | 132 __test__ = {'doctests' : doctests} variable
|
D | test_descrtut.py | 462 __test__ = {"tut1": test_1, variable
|
/external/python/cpython2/Lib/test/ |
D | sample_doctest.py | 64 __test__ = {'good': """ variable
|
D | test_unpack.py | 122 __test__ = {'doctests' : doctests} variable
|
D | test_genexps.py | 264 __test__ = {'doctests' : doctests} variable
|
D | test_setcomps.py | 132 __test__ = {'doctests' : doctests} variable
|
D | test_descrtut.py | 473 __test__ = {"tut1": test_1, variable
|
D | test_generators.py | 1880 __test__ = {"tut": tutorial_tests, variable
|
/external/llvm/bindings/python/llvm/tests/ |
D | base.py | 32 get_test_binary.__test__ = False
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
D | base.py | 32 get_test_binary.__test__ = False
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | ext.py | 26 __test__ = False variable
|
D | commands.py | 26 __test__ = False variable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | ext.py | 26 __test__ = False variable
|
D | commands.py | 26 __test__ = False variable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | ext.py | 26 __test__ = False variable
|
D | commands.py | 26 __test__ = False variable
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | ext.py | 26 __test__ = False variable
|
D | commands.py | 26 __test__ = False variable
|
/external/python/cpython3/Doc/library/ |
D | doctest.rst | 282 In addition, if ``M.__test__`` exists and "is true", it must be a dict, and each 284 Function and class object docstrings found from ``M.__test__`` are searched, and 286 ``M.__test__`` appears with name :: 288 <name of M>.__test__.K 918 Also test examples reachable from dict ``m.__test__``, if it exists and is not 919 ``None``. ``m.__test__`` maps names (strings) to functions, classes and 1836 * Define a ``__test__`` dictionary mapping from regression test topics to 1852 obj = __test__[name]
|