Home
last modified time | relevance | path

Searched refs:indirect_test (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dregrtest.py942 indirect_test = getattr(the_module, "test_main", None)
943 if indirect_test is not None:
944 indirect_test()
946 refleak = dash_R(the_module, test, indirect_test,
1034 def dash_R(the_module, test, indirect_test, huntrleaks): argument
1066 if indirect_test:
1068 indirect_test()