Ejemplo n.º 1
0
 def test_check_tokens(self):
     assert check_tokens('th o x T e r'.split(' '))[0] == (3, 'T')
Ejemplo n.º 2
0
def test_check_tokens():

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