Home
last modified time | relevance | path

Searched refs:__test__ (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_metaclass.py259 __test__ = {} variable
261 __test__ = {'doctests' : doctests} variable
H A Dtest_genexps.py284 __test__ = {} variable
286 __test__ = {'doctests' : doctests} variable
H A Dsample_doctest.py64 __test__ = {'good': """
H A Dtest_unpack_ex.py397 __test__ = {'doctests' : doctests} variable
H A Dtest_listcomps.py149 __test__ = {'doctests' : doctests} variable
H A Dtest_setcomps.py152 __test__ = {'doctests' : doctests} variable
H A Dtest_pep646_syntax.py318 __test__ = {'doctests' : doctests} variable
H A Dtest_unpack.py147 __test__ = {'doctests' : doctests} variable
H A Dtest_descrtut.py467 __test__ = {"tut1": test_1, variable
H A Dtest_generators.py2427 __test__ = {"tut": tutorial_tests, variable
H A Dtest_deque.py1026 __test__ = {'libreftest' : libreftest} variable
H A Dtest_weakref.py2236 __test__ = {'libreftest' : libreftest} variable
/third_party/python/Lib/
H A Dpickletools.py2838 __test__ = {'disassembler_test': _dis_test, variable
H A Ddoctest.py1017 # Look for tests in a module's __test__ dictionary.
1019 for valname, val in getattr(obj, '__test__', {}).items():
1021 raise ValueError("DocTestFinder.find: __test__ keys "
1026 raise ValueError("DocTestFinder.find: __test__ values "
1030 valname = '%s.__test__.%s' % (name, valname)
1890 Also test examples reachable from dict m.__test__ if it exists and is
1891 not None. m.__test__ maps names to functions, classes and strings;
2714 __test__ = {"_TestClass": _TestClass, variable
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1907 __test__ = { variable

Completed in 19 milliseconds