Exemplo n.º 1
0
 def test_distance_from_central(self):
     new = Point(-3, -3)
     self.assertIs(type(new.x), int)
     self.assertEqual(new.get_manhatan_distance_from_central(), 6)