Files
chess/test/test_movegen.py
Josh 5b4dc74681
All checks were successful
Python tests (make) / test (push) Successful in 10s
Update test suite
Put all ffi code into its own module for clarity.
2025-08-17 17:23:42 -04:00

11 lines
156 B
Python

import ctypes
from test.base import ChessLibTestBase
class TestMoveGeneration(ChessLibTestBase):
@classmethod
def setUpClass(cls):
pass