Ejemplo n.º 1
0
 def test_tokenize(self):
     self.assertEqual('helloworld', tokenize('hello world'))
Ejemplo n.º 2
0
 def test_tokenize(self):
     self.assertEqual('helloworld', tokenize('hello world'))
     self.assertEqual('helloworld', tokenize('HELLOWORLD'))