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