Home
last modified time | relevance | path

Searched refs:__test__ (Results 1 – 25 of 40) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_metaclass.py255 __test__ = {} variable
257 __test__ = {'doctests' : doctests} variable
Dtest_genexps.py265 __test__ = {} variable
267 __test__ = {'doctests' : doctests} variable
Dsample_doctest.py64 __test__ = {'good': """ variable
Dtest_unpack_ex.py357 __test__ = {'doctests' : doctests} variable
Dtest_unpack.py143 __test__ = {'doctests' : doctests} variable
Dtest_listcomps.py129 __test__ = {'doctests' : doctests} variable
Dtest_setcomps.py132 __test__ = {'doctests' : doctests} variable
Dtest_descrtut.py462 __test__ = {"tut1": test_1, variable
/external/python/cpython2/Lib/test/
Dsample_doctest.py64 __test__ = {'good': """ variable
Dtest_unpack.py122 __test__ = {'doctests' : doctests} variable
Dtest_genexps.py264 __test__ = {'doctests' : doctests} variable
Dtest_setcomps.py132 __test__ = {'doctests' : doctests} variable
Dtest_descrtut.py473 __test__ = {"tut1": test_1, variable
Dtest_generators.py1880 __test__ = {"tut": tutorial_tests, variable
/external/llvm/bindings/python/llvm/tests/
Dbase.py32 get_test_binary.__test__ = False
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/
Dbase.py32 get_test_binary.__test__ = False
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dext.py26 __test__ = False variable
Dcommands.py26 __test__ = False variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dext.py26 __test__ = False variable
Dcommands.py26 __test__ = False variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dext.py26 __test__ = False variable
Dcommands.py26 __test__ = False variable
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dext.py26 __test__ = False variable
Dcommands.py26 __test__ = False variable
/external/python/cpython3/Doc/library/
Ddoctest.rst282 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]

12