Searched refs:get_tests_modules (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/
H A Druntktests.py23 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None): function
55 """Yield all the tests in the modules found by get_tests_modules.
64 for module in get_tests_modules(gui=gui, packages=packages):
/external/python/cpython3/Lib/tkinter/test/
H A Druntktests.py21 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None): function
54 """Yield all the tests in the modules found by get_tests_modules.
63 for module in get_tests_modules(gui=gui, packages=packages):

Completed in 253 milliseconds