Exemplo n.º 1
0
 def testSymetricCell(self):
     b = Board(4, 4)
     self.assertEquals(b.symetricCell(1, 1, 1, 2), {"i": 1,"j":3})
     self.assertEquals(b.symetricCell(1, 1, 3, 3), {"i": 5,"j":5})