mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added missed calls of splitlist().
This commit is contained in:
parent
078b8a81b1
commit
8381f90ee0
3 changed files with 7 additions and 9 deletions
|
@ -407,8 +407,6 @@ class InternalFunctionsTest(unittest.TestCase):
|
|||
('name', 'no_minus', 'value'))
|
||||
self.assertRaises(ValueError, ttk._list_from_layouttuple, tk,
|
||||
('something', '-children')) # no children
|
||||
self.assertRaises(ValueError, ttk._list_from_layouttuple, tk,
|
||||
('something', '-children', 'value')) # invalid children
|
||||
|
||||
|
||||
def test_val_or_dict(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue