Beispiel #1
0
 def test_title(self):
     blob = TextBlob('Beautiful is better')
     assert_equal(blob.title(), TextBlob('Beautiful Is Better'))