Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dsample_doctest.py64 __test__ = {'good': """ variable
Dtest_unpack.py122 __test__ = {'doctests' : doctests} variable
Dtest_setcomps.py132 __test__ = {'doctests' : doctests} variable
Dtest_genexps.py264 __test__ = {'doctests' : doctests} variable
Dtest_descrtut.py473 __test__ = {"tut1": test_1, variable
Dtest_generators.py1886 __test__ = {"tut": tutorial_tests, variable
Dtest_bisect.py345 __test__ = {'libreftest' : libreftest} variable
Dtest_deque.py781 __test__ = {'libreftest' : libreftest} variable
Dtest_sets.py824 __test__ = {'libreftest' : libreftest} variable
Dtest_weakref.py1496 __test__ = {'libreftest' : libreftest} variable
Dtest_itertools.py1718 __test__ = {'libreftest' : libreftest} variable
/external/llvm/bindings/python/llvm/tests/
Dbase.py32 get_test_binary.__test__ = False
/external/lisa/libs/utils/
Dtest.py228 experiment_test.__test__ = False
/external/python/cpython2/Doc/library/
Ddoctest.rst292 In addition, if ``M.__test__`` exists and "is true", it must be a dict, and each
294 Function and class object docstrings found from ``M.__test__`` are searched, and
296 ``M.__test__`` appears with name ::
298 <name of M>.__test__.K
929 Also test examples reachable from dict ``m.__test__``, if it exists and is not
930 ``None``. ``m.__test__`` maps names (strings) to functions, classes and
1903 * Define a ``__test__`` dictionary mapping from regression test topics to
1919 obj = __test__[name]
/external/python/cpython2/Lib/
Ddoctest.py2127 m.__test__ = d
2740 __test__ = {"_TestClass": _TestClass, variable
Dpickletools.py2265 __test__ = {'disassembler_test': _dis_test, variable
/external/brotli/research/
Dbrotlidump.py1906 __test__ = { variable