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

Put all ffi code into its own module for clarity.
This commit is contained in:
2025-08-17 17:23:42 -04:00
parent 5a25eba8f6
commit 5b4dc74681
5 changed files with 242 additions and 134 deletions

View File

@@ -0,0 +1,10 @@
import ctypes
from test.base import ChessLibTestBase
class TestMoveGeneration(ChessLibTestBase):
@classmethod
def setUpClass(cls):
pass