Exemplo n.º 1
0
 def testEmptyBoardIsNotSolved(self):
     b = Board(4, 4)
     b.addDot(1, 1)
     self.assertFalse(b.isSolved())