mirror of
https://github.com/python/cpython.git
synced 2024-12-18 14:24:33 +08:00
c1fb12e5af
* Move Lib/tkinter/test/test_tkinter/ to Lib/test/test_tkinter/. * Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/. * Add Lib/test/test_ttk/__init__.py based on test_ttk_guionly.py. * Add Lib/test/test_tkinter/__init__.py * Remove old Lib/test/test_tk.py. * Remove old Lib/test/test_ttk_guionly.py. * Add __main__ sub-modules. * Update imports and update references to rename files.
5 lines
58 B
Python
5 lines
58 B
Python
from . import load_tests
|
|
import unittest
|
|
|
|
unittest.main()
|