Lines Matching refs:testmod
13 from test.tracedmodules import testmod
56 return x + y + testmod.func(1)
162 (fix_ext_py(testmod.__file__), 2): 1,
163 (fix_ext_py(testmod.__file__), 3): 1,
299 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
351 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
397 modname = 'test.tracedmodules.testmod'
401 cmd = ("import test.tracedmodules.testmod as t;"