from sandbox import ohno def test_simple(): board = ohno.Board(4) board.set_initial([[-1, -1, -1, -1], [-1, -1, -1, -1], [-1, -1, -1, -1], [-1, -1, -1, -1]]) solved = board.solve() assert len(solved) == 1