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