test_functions.py | 339 def test_it(sspec, value, res_value, states): function in function:InternalFunctionsTest.test_list_from_statespec 345 test_it(statespec, 'val', 'val', states_even) 346 test_it(statespec, MockTclObj('val'), 'val', states_even) 350 test_it(statespec, 'val', 'val', states_odd) 352 test_it(('a', 'b', 'c'), MockTclObj('val'), 'val', ('a', 'b', 'c'))
|