Add attacker and check logic with tests
All checks were successful
Python tests (make) / test (push) Successful in 11s

This commit is contained in:
2025-08-18 21:51:14 -04:00
parent 54537e404b
commit eaf3afe0cc
4 changed files with 171 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ class ChessLibTestBase(unittest.TestCase):
init_attack_caches()
cls.KNIGHT_ATTACKS = KNIGHT_ATTACKS
cls.KING_ATTACKS = KING_ATTACKS
cls.PAWN_ATTACKS = PAWN_ATTACKS
cls.KING_ATTACKS = KING_ATTACKS
cls.PAWN_ATTACKS = PAWN_ATTACKS
def setUp(self):