mirror of
https://github.com/python/cpython.git
synced 2025-10-20 00:13:47 +00:00
9 lines
182 B
Python
9 lines
182 B
Python
![]() |
from test import support
|
||
|
from tkinter.test import runtktests
|
||
|
|
||
|
def test_main():
|
||
|
support.run_unittest(*runtktests.get_tests(gui=False))
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
test_main()
|