Searched refs:__test__ (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Lib/test/ |
D | test_metaclass.py | 255 __test__ = {} variable 257 __test__ = {'doctests' : doctests} variable
|
D | test_genexps.py | 281 __test__ = {} variable 283 __test__ = {'doctests' : doctests} variable
|
D | sample_doctest.py | 64 __test__ = {'good': """ variable
|
D | test_unpack.py | 143 __test__ = {'doctests' : doctests} variable
|
D | test_unpack_ex.py | 393 __test__ = {'doctests' : doctests} variable
|
D | test_setcomps.py | 148 __test__ = {'doctests' : doctests} variable
|
D | test_listcomps.py | 145 __test__ = {'doctests' : doctests} variable
|
D | test_descrtut.py | 463 __test__ = {"tut1": test_1, variable
|
D | test_generators.py | 2371 __test__ = {"tut": tutorial_tests, variable
|
D | test_deque.py | 1033 __test__ = {'libreftest' : libreftest} variable
|
D | test_weakref.py | 2234 __test__ = {'libreftest' : libreftest} variable
|
D | test_itertools.py | 2650 __test__ = {'libreftest' : libreftest} variable
|
/third_party/PyYAML/tests/data/ |
D | overwrite-state-new-constructor.loader-error | 5 __test__: test
|
/third_party/python/Doc/library/ |
D | doctest.rst | 280 In addition, if ``M.__test__`` exists and "is true", it must be a dict, and each 282 Function and class object docstrings found from ``M.__test__`` are searched, and 284 ``M.__test__`` appears with name :: 286 <name of M>.__test__.K 920 Also test examples reachable from dict ``m.__test__``, if it exists and is not 921 ``None``. ``m.__test__`` maps names (strings) to functions, classes and 1838 * Define a ``__test__`` dictionary mapping from regression test topics to 1854 obj = __test__[name]
|
/third_party/python/Lib/ |
D | pickletools.py | 2838 __test__ = {'disassembler_test': _dis_test, variable
|
D | doctest.py | 2706 __test__ = {"_TestClass": _TestClass, variable
|
/third_party/skia/third_party/externals/brotli/research/ |
D | brotlidump.py | 1907 __test__ = { variable
|