Пример #1
0
 def test_check_tokens(self):
     assert check_tokens('th o x T e r'.split(' '))[0] == (3, 'T')
Пример #2
0
def test_check_tokens():

    assert check_tokens('th o x T e r'.split(' '))[0] == (3,'T')