Home
last modified time | relevance | path

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

12

/third_party/boost/tools/build/src/kernel/
Dmodules.jam14 # A list of modules needing to be tested using their __test__ rule.
17 # A list of modules which have been tested using their __test__ rule.
22 # __test__ rule is executed in its own module to eliminate any inadvertent
34 if ! ( __test__ in [ RULENAMES $(m) ] )
39 ECHO "warning:" no __test__ rule defined in module $(m) ;
52 IMPORT $(m) : __test__ : $(test-module) : __test__ : LOCALIZE ;
55 __test__ ;
340 rule __test__ ( )
345 module modules.__test__
350 assert.result bar : peek modules.__test__ : foo ;
[all …]
Derrors.jam258 rule __test__ ( )
Dclass.jam164 rule __test__ ( )
/third_party/python/Lib/test/
Dtest_metaclass.py255 __test__ = {} variable
257 __test__ = {'doctests' : doctests} variable
Dtest_genexps.py281 __test__ = {} variable
283 __test__ = {'doctests' : doctests} variable
Dsample_doctest.py64 __test__ = {'good': """ variable
Dtest_unpack_ex.py393 __test__ = {'doctests' : doctests} variable
Dtest_unpack.py143 __test__ = {'doctests' : doctests} variable
Dtest_listcomps.py145 __test__ = {'doctests' : doctests} variable
Dtest_setcomps.py148 __test__ = {'doctests' : doctests} variable
Dtest_descrtut.py463 __test__ = {"tut1": test_1, variable
/third_party/PyYAML/tests/data/
Doverwrite-state-new-constructor.loader-error5 __test__: test
/third_party/node/deps/npm/node_modules/execa/lib/
Derrname.js37 module.exports.__test__ = errname;
/third_party/boost/tools/build/src/util/
Dset.jam83 rule __test__ ( )
Dsequence.jam293 rule __test__ ( )
296 module sequence.__test__
Dindirect.jam109 rule __test__
Dnumbers.jam111 rule __test__ ( )
Dstring.jam158 rule __test__ ( )
Dorder.jam153 rule __test__ ( )
Dutility.jam146 rule __test__ ( )
Dregex.jam165 rule __test__ ( )
Dos.jam199 rule __test__
Dassert.jam255 rule __test__ ( )
/third_party/boost/tools/build/src/build/
Dversion.jam134 rule __test__ ( )
/third_party/python/Doc/library/
Ddoctest.rst280 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]

12