mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -893,9 +893,5 @@ class GridTest(AbstractWidgetTest, unittest.TestCase):
|
|||
self.assertEqual(self.root.grid_slaves(row=1, column=1), [d, c])
|
||||
|
||||
|
||||
tests_gui = (
|
||||
PackTest, PlaceTest, GridTest,
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue