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