Searched refs:__test__ (Results 1 – 25 of 43) sorted by relevance
12
14 # 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 inadvertent34 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 …]
258 rule __test__ ( )
164 rule __test__ ( )
255 __test__ = {} variable257 __test__ = {'doctests' : doctests} variable
281 __test__ = {} variable283 __test__ = {'doctests' : doctests} variable
64 __test__ = {'good': """ variable
393 __test__ = {'doctests' : doctests} variable
143 __test__ = {'doctests' : doctests} variable
145 __test__ = {'doctests' : doctests} variable
148 __test__ = {'doctests' : doctests} variable
463 __test__ = {"tut1": test_1, variable
5 __test__: test
37 module.exports.__test__ = errname;
83 rule __test__ ( )
293 rule __test__ ( )296 module sequence.__test__
109 rule __test__
111 rule __test__ ( )
158 rule __test__ ( )
153 rule __test__ ( )
146 rule __test__ ( )
165 rule __test__ ( )
199 rule __test__
255 rule __test__ ( )
134 rule __test__ ( )
280 In addition, if ``M.__test__`` exists and "is true", it must be a dict, and each282 Function and class object docstrings found from ``M.__test__`` are searched, and284 ``M.__test__`` appears with name ::286 <name of M>.__test__.K920 Also test examples reachable from dict ``m.__test__``, if it exists and is not921 ``None``. ``m.__test__`` maps names (strings) to functions, classes and1838 * Define a ``__test__`` dictionary mapping from regression test topics to1854 obj = __test__[name]