mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
bpo-45229: Make tkinter tests discoverable (GH-28637)
This commit is contained in:
parent
676201a59f
commit
f59ed3c310
18 changed files with 496 additions and 604 deletions
|
@ -1424,7 +1424,6 @@
|
|||
<Compile Include="tkinter\messagebox.py" />
|
||||
<Compile Include="tkinter\scrolledtext.py" />
|
||||
<Compile Include="tkinter\simpledialog.py" />
|
||||
<Compile Include="tkinter\test\runtktests.py" />
|
||||
<Compile Include="tkinter\test\support.py" />
|
||||
<Compile Include="tkinter\test\test_tkinter\test_font.py" />
|
||||
<Compile Include="tkinter\test\test_tkinter\test_geometry_managers.py" />
|
||||
|
@ -1436,7 +1435,6 @@
|
|||
<Compile Include="tkinter\test\test_tkinter\test_widgets.py" />
|
||||
<Compile Include="tkinter\test\test_tkinter\__init__.py" />
|
||||
<Compile Include="tkinter\test\test_ttk\test_extensions.py" />
|
||||
<Compile Include="tkinter\test\test_ttk\test_functions.py" />
|
||||
<Compile Include="tkinter\test\test_ttk\test_style.py" />
|
||||
<Compile Include="tkinter\test\test_ttk\test_widgets.py" />
|
||||
<Compile Include="tkinter\test\test_ttk\__init__.py" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue