Formatting
All checks were successful
Python tests (make) / test (push) Successful in 14s

This commit is contained in:
2025-08-22 15:23:45 -04:00
parent ed0f2f6df9
commit 18a2f142cd
2 changed files with 1 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
from test.base import ChessLibTestBase
from binding.python_c_ffi import Board from binding.python_c_ffi import Board
from binding.python_c_ffi import sq from binding.python_c_ffi import sq
from binding.python_c_ffi import BLACK from binding.python_c_ffi import BLACK
from binding.python_c_ffi import WHITE from binding.python_c_ffi import WHITE
from test.base import ChessLibTestBase
class TestAttackers(ChessLibTestBase): class TestAttackers(ChessLibTestBase):

View File

@@ -8,8 +8,6 @@ from binding.python_c_ffi import get_rank_mask
class TestFenLoading(ChessLibTestBase): class TestFenLoading(ChessLibTestBase):
def test_startpos_fields_and_occupancies(self): def test_startpos_fields_and_occupancies(self):
b = Board() b = Board()
fen = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1" fen = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"