Ejemplo n.º 1
0
 def test10_name(self):
     r = who(u"Tell me about this weirdo Nguyễn Tấn Dũng.")
     self.assertEqual(r, u"Tell me about this weirdo Nguyễn Tấn Dũng.")
Ejemplo n.º 2
0
 def test11_name(self):
     r = who(u"Tell me about this guy 王宜成.")
     self.assertEqual(r, u"Tell me about this guy 王宜成.")
Ejemplo n.º 3
0
 def test8_name(self):
     r = who(u"Tell me about Björk Guðmundsdóttir.")
     self.assertEqual(r, u"Björk Guðmundsdóttir")
Ejemplo n.º 4
0
 def test9_name(self):
     r = who(u"Tell me about Dies Ist Äußerst Köstliche Apfelwein.")
     self.assertEqual(r, u"Dies Ist Äußerst Köstliche Apfelwein")
Ejemplo n.º 5
0
 def test6_name(self):
     r = who("Tell me about Luther O'Neil McCormick.")
     self.assertEqual(r, "Luther O'Neil McCormick")
Ejemplo n.º 6
0
 def test7_name(self):
     r = who("Tell me about His Royal Highness Q. Q. Oh-So-Tasty Apple Cider.")
     self.assertEqual(r, "His Royal Highness Q. Q. Oh-So-Tasty Apple Cider")
Ejemplo n.º 7
0
 def test5_name(self):
     r = who("Tell me about Baron Wolfgang von Strucker.")
     self.assertEqual(r, "Baron Wolfgang von Strucker")
Ejemplo n.º 8
0
 def test4_name(self):
     r = who("Tell me about Tasty Apple Cider.")
     self.assertEqual(r, "Tasty Apple Cider")
Ejemplo n.º 9
0
 def test3_name(self):
     r = who("Tell me about Barack H. Obama.")
     self.assertEqual(r, "Barack H. Obama")
Ejemplo n.º 10
0
 def test2_name(self):
     r = who("Tell me about Dennis Yatunin.")
     self.assertEqual(r, "Dennis Yatunin")
Ejemplo n.º 11
0
 def test1_name(self):
     r = who("Tell me about Walt Whitman.")
     self.assertEqual(r, "Walt Whitman")