コード例 #1
0
ファイル: Acentauri_test.py プロジェクト: lukmdo/code4gcj
 def test_case1(self):
     got = get_the_sting('Mollaristan')
     self.assertEqual(got, 'Mollaristan is ruled by a king.')
コード例 #2
0
ファイル: Acentauri_test.py プロジェクト: lukmdo/code4gcj
 def test_case2(self):
     got = get_the_sting('Auritania')
     self.assertEqual(got, 'Auritania is ruled by a queen.')
コード例 #3
0
ファイル: Acentauri_test.py プロジェクト: lukmdo/code4gcj
 def test_case3(self):
     got = get_the_sting('Zizily')
     self.assertEqual(got, 'Zizily is ruled by nobody.')