mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
Remove tests_gui variables from Tkinter tests (GH-118280)
They were only used in runtktests.py which was removed in
f59ed3c310 (bpo-45229).
This commit is contained in:
parent
5da0280648
commit
c379de224c
3 changed files with 0 additions and 20 deletions
|
|
@ -1479,13 +1479,5 @@ def test_label(self):
|
|||
self._test_widget(tkinter.Label)
|
||||
|
||||
|
||||
tests_gui = (
|
||||
ButtonTest, CanvasTest, CheckbuttonTest, EntryTest,
|
||||
FrameTest, LabelFrameTest,LabelTest, ListboxTest,
|
||||
MenubuttonTest, MenuTest, MessageTest, OptionMenuTest,
|
||||
PanedWindowTest, RadiobuttonTest, ScaleTest, ScrollbarTest,
|
||||
SpinboxTest, TextTest, ToplevelTest, DefaultRootTest,
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue