Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.7
/
usr
/
lib
/
python3.7
/
test
/
//opt/python-3.7/usr/lib/python3.7/test/test_ttk_textonly.py
from test import support # Skip this test if _tkinter does not exist. support.import_module('_tkinter') from tkinter.test import runtktests def test_main(): support.run_unittest( *runtktests.get_tests(gui=False, packages=['test_ttk'])) if __name__ == '__main__': test_main()