Exemplo n.º 1
0
 def test_clear(self):
     point = Point(3, 56, '6')
     point.clear()
     self.assertEqual(point.symbol, ' ')