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