Add legal move tests and fix pawn promo tests
All checks were successful
Python tests (make) / test (push) Successful in 11s
All checks were successful
Python tests (make) / test (push) Successful in 11s
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user