Add legal move tests and fix pawn promo tests
All checks were successful
Python tests (make) / test (push) Successful in 11s

This commit is contained in:
2025-08-19 15:32:56 -04:00
parent 5b4a901f8d
commit 1ba87368b5
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ class TestLegalMoveGen(ChessLibTestBase):
self.assertEqual(n, 44)
def test_pert_position_5(self):
def test_pert_position_6(self):
fen = "r4rk1/1pp1qppp/p1np1n2/2b1p1B1/2B1P1b1/P1NP1N2/1PP1QPPP/R4RK1 w - - 0 10"
b = Board(); self.load_fen(fen, board=b)