示例#1
0
 def test_case1(self):
     got = get_the_sting('Mollaristan')
     self.assertEqual(got, 'Mollaristan is ruled by a king.')
示例#2
0
 def test_case2(self):
     got = get_the_sting('Auritania')
     self.assertEqual(got, 'Auritania is ruled by a queen.')
示例#3
0
 def test_case3(self):
     got = get_the_sting('Zizily')
     self.assertEqual(got, 'Zizily is ruled by nobody.')