| Current Path : /proc/self/root/proc/self/root/usr/local/python-3.9/lib/python3.9/test/ |
| Current File : //proc/self/root/proc/self/root/usr/local/python-3.9/lib/python3.9/test/test_tk.py |
from test import support
# Skip test if _tkinter wasn't built.
support.import_module('_tkinter')
# Skip test if tk cannot be initialized.
support.requires('gui')
def load_tests(loader, tests, pattern):
return loader.discover('tkinter.test.test_tkinter')
if __name__ == '__main__':
unittest.main()