Fix formatting
All checks were successful
Python tests (make) / test (push) Successful in 10s

This commit is contained in:
2025-08-16 15:26:04 -04:00
parent 3ca2606420
commit 362048d630
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ class Board(ctypes.Structure):
("halfmove_clock", ctypes.c_int),
("fullmove_number", ctypes.c_int),
]
class FenTests(ChessLibTestBase):
@classmethod
def setUpClass(cls):

0
test/test_movegen.py Normal file
View File