예제 #1
0
 def test_image_file(self):
     poke_id = 4
     expected = '004Charmander.png'
     actual = image_file(poke_id)
     self.assertEqual(expected, actual)