コード例 #1
0
 def test_equal_1(self):
     self.assertEqual(mouth_size('toucan'), 'wide')
コード例 #2
0
 def test_equal_2(self):
     self.assertEqual(mouth_size('ant bear'), 'wide')
コード例 #3
0
 def test_equal_3(self):
     self.assertEqual(mouth_size('alligator'), 'small')