Ejemplo n.º 1
0
 def test_truncate_words(self):
     result = truncate_words('peter Bengtsson', 1)
     eq_(result, 'peter...')
Ejemplo n.º 2
0
 def test_truncate_words(self):
     result = truncate_words('peter Bengtsson', 1)
     eq_(result, 'peter...')