예제 #1
0
파일: tests.py 프로젝트: jasonbot/urlmeme
 def test_tokenize(self):
     self.assertEqual('helloworld', tokenize('hello world'))
예제 #2
0
파일: tests.py 프로젝트: seanlane/urlmeme
 def test_tokenize(self):
     self.assertEqual('helloworld', tokenize('hello world'))
     self.assertEqual('helloworld', tokenize('HELLOWORLD'))