Ejemplo n.º 1
0
	def test_get_photos(self):
		a = Ninja.get_photos()
		self.assertEqual(len(a), 1)
		self.assertEqual(a[0], self.n2)