def test_tokenize(self): self.assertEqual('helloworld', tokenize('hello world'))
def test_tokenize(self): self.assertEqual('helloworld', tokenize('hello world')) self.assertEqual('helloworld', tokenize('HELLOWORLD'))