Home | History | Annotate | Download | only in test

Lines Matching refs:testmod

10 from test.tracedmodules import testmod
49 return x + y + testmod.func(1)
138 (fix_ext_py(testmod.__file__), 2): 1,
139 (fix_ext_py(testmod.__file__), 3): 1,
239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
274 (fix_ext_py(testmod.__file__), 'testmod', 'func')): 1,
316 modname = 'test.tracedmodules.testmod'
320 cmd = ("import test.tracedmodules.testmod as t;"